Sadmo commited on
Commit
2189910
·
verified ·
1 Parent(s): 0272c09

Update app.py

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