Sadmo commited on
Commit
82c656b
·
verified ·
1 Parent(s): 708edac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def respond(message, history):
15
  response = client.chat_completion(
16
  messages,
17
  max_tokens=200 # change the length of message,
18
- temperature = 0
19
  top_p = 0.7
20
  )
21
 
 
15
  response = client.chat_completion(
16
  messages,
17
  max_tokens=200 # change the length of message,
18
+ temperature = 0.1
19
  top_p = 0.7
20
  )
21