YoussefA7med commited on
Commit
625bc4b
·
verified ·
1 Parent(s): 553e56f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ class EnglishTutor:
103
  json={
104
  "model": "deepseek-chat",
105
  "messages": [WELCOME_PROMPT],
106
- "temperature": random.uniform(0.9, 1.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
  )