don-unagi commited on
Commit
c96fc48
·
1 Parent(s): ff59698
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ Think through your response step by step.
23
  async def start_chat():
24
  settings = {
25
  "model": "gpt-3.5-turbo",
26
- "temperature": 0,
27
  "max_tokens": 500,
28
  "top_p": 1,
29
  "frequency_penalty": 0,
 
23
  async def start_chat():
24
  settings = {
25
  "model": "gpt-3.5-turbo",
26
+ "temperature": 0.7,
27
  "max_tokens": 500,
28
  "top_p": 1,
29
  "frequency_penalty": 0,