Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
ai_model = "gpt-4.1"
|
| 11 |
|
| 12 |
# Temperature refers to the randomness/creativity of the responses. A higher temperature will result in more random/creative responses. It varies between 0 and 1.
|
| 13 |
-
temperature = 0.
|
| 14 |
|
| 15 |
# Max_tokens refers to the maximum number of tokens (words) the AI can generate. The higher the number, the longer the response. It varies between 1 and 2048.
|
| 16 |
max_tokens = 1000
|
|
@@ -84,6 +84,8 @@ def term_prompt(selected_term, selected_context, term_list):
|
|
| 84 |
|
| 85 |
**Guidelines:**
|
| 86 |
|
|
|
|
|
|
|
| 87 |
#### **Communication Style:**
|
| 88 |
- Use clear, simple language and avoid unnecessary jargon.
|
| 89 |
- Be succinct but make sure to respond to all statements made by the user.
|
|
|
|
| 10 |
ai_model = "gpt-4.1"
|
| 11 |
|
| 12 |
# Temperature refers to the randomness/creativity of the responses. A higher temperature will result in more random/creative responses. It varies between 0 and 1.
|
| 13 |
+
temperature = 0.05
|
| 14 |
|
| 15 |
# Max_tokens refers to the maximum number of tokens (words) the AI can generate. The higher the number, the longer the response. It varies between 1 and 2048.
|
| 16 |
max_tokens = 1000
|
|
|
|
| 84 |
|
| 85 |
**Guidelines:**
|
| 86 |
|
| 87 |
+
#### At the end of every response, make sure to read back through it and ensure it is cohesive and correct, which no contradictory, false, or counterproductive information.
|
| 88 |
+
|
| 89 |
#### **Communication Style:**
|
| 90 |
- Use clear, simple language and avoid unnecessary jargon.
|
| 91 |
- Be succinct but make sure to respond to all statements made by the user.
|