Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ class EnglishTutor:
|
|
| 91 |
json={
|
| 92 |
"model": "deepseek-chat",
|
| 93 |
"messages": [WELCOME_PROMPT],
|
| 94 |
-
"temperature": random.uniform(0.
|
| 95 |
"response_format": {"type": "json_object"}
|
| 96 |
}
|
| 97 |
)
|
|
|
|
| 91 |
json={
|
| 92 |
"model": "deepseek-chat",
|
| 93 |
"messages": [WELCOME_PROMPT],
|
| 94 |
+
"temperature": random.uniform(0.9, 1),
|
| 95 |
"response_format": {"type": "json_object"}
|
| 96 |
}
|
| 97 |
)
|