bhavya-k commited on
Commit
94785a9
·
verified ·
1 Parent(s): d7b10f7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def respond(message, history):
13
  response = ""
14
  for messages in client.chat_completion(
15
  messages,
16
- max_tokens = 100
17
  stream = True):
18
  # temperature = 0.8
19
  # top_p = 0.65
 
13
  response = ""
14
  for messages in client.chat_completion(
15
  messages,
16
+ max_tokens = 100,
17
  stream = True):
18
  # temperature = 0.8
19
  # top_p = 0.65