wendellast commited on
Commit
59f483d
·
verified ·
1 Parent(s): 1fe50f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def respond(
30
  for message in client.chat_completion(
31
  messages,
32
  max_tokens=max_tokens,
33
- stream=False,
34
  temperature=temperature,
35
  top_p=top_p,
36
  ):
 
30
  for message in client.chat_completion(
31
  messages,
32
  max_tokens=max_tokens,
33
+ stream=True,
34
  temperature=temperature,
35
  top_p=top_p,
36
  ):