luo commited on
Commit
eafb857
·
verified ·
1 Parent(s): 0ccd741

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def respond(message, history):
14
  response = client.chat_completion(
15
  messages,
16
  max_tokens = 800,
17
- temperature = 1.1
18
  top_p = 0.5
19
  )
20
 
 
14
  response = client.chat_completion(
15
  messages,
16
  max_tokens = 800,
17
+ temperature = 1.1,
18
  top_p = 0.5
19
  )
20