Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
|
@@ -127,10 +127,10 @@ You should acknowledge and welcome the student to the conversation. Address the
|
|
| 127 |
|
| 128 |
|
| 129 |
# The model_name refers to the name of the model you want to use. You can choose from the following models:
|
| 130 |
-
ai_model = "gpt-
|
| 131 |
|
| 132 |
# 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.
|
| 133 |
-
temperature = 0.
|
| 134 |
|
| 135 |
# 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.
|
| 136 |
max_tokens = 500
|
|
|
|
| 127 |
|
| 128 |
|
| 129 |
# The model_name refers to the name of the model you want to use. You can choose from the following models:
|
| 130 |
+
ai_model = "gpt-4.1"
|
| 131 |
|
| 132 |
# 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.
|
| 133 |
+
temperature = 0.1
|
| 134 |
|
| 135 |
# 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.
|
| 136 |
max_tokens = 500
|