Code4ueru commited on
Commit
580eba5
·
verified ·
1 Parent(s): 01fd398

Update app.py

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