Paulhayes commited on
Commit
6a651a3
·
verified ·
1 Parent(s): a14ae03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ for message in client.chat_completion(
53
  token = choices[0].delta.content
54
 
55
  response += token
56
- yield response
57
 
58
 
59
  """
 
53
  token = choices[0].delta.content
54
 
55
  response += token
56
+ yield response
57
 
58
 
59
  """