RaniRahbani commited on
Commit
2d752aa
·
verified ·
1 Parent(s): 6e9a327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def respond(
39
 
40
  for message in client.chat_completion(
41
  messages,
42
- #max_tokens=max_tokens,
43
  stream=True,
44
  stop=["<|im_end|><|im_end|>", "<|im_end|>", "|im_end|>"],
45
  #temperature=temperature,
 
39
 
40
  for message in client.chat_completion(
41
  messages,
42
+ max_tokens=max_tokens,
43
  stream=True,
44
  stop=["<|im_end|><|im_end|>", "<|im_end|>", "|im_end|>"],
45
  #temperature=temperature,