Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ class EnglishTutor:
|
|
| 103 |
json={
|
| 104 |
"model": "deepseek-chat",
|
| 105 |
"messages": [WELCOME_PROMPT],
|
| 106 |
-
"temperature": random.uniform(0.
|
| 107 |
"response_format": {"type": "json_object"}
|
| 108 |
}
|
| 109 |
)
|
|
|
|
| 103 |
json={
|
| 104 |
"model": "deepseek-chat",
|
| 105 |
"messages": [WELCOME_PROMPT],
|
| 106 |
+
"temperature": random.uniform(0.5, 1.0),
|
| 107 |
"response_format": {"type": "json_object"}
|
| 108 |
}
|
| 109 |
)
|