freddyaboulton HF Staff commited on
Commit
3ec41f3
·
verified ·
1 Parent(s): 925e640

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ def respond(
25
  token = ""
26
  if len(choices) and choices[0].delta.content:
27
  token = choices[0].delta.content
 
28
 
29
  response += token
30
  yield response
 
25
  token = ""
26
  if len(choices) and choices[0].delta.content:
27
  token = choices[0].delta.content
28
+ print("token", token)
29
 
30
  response += token
31
  yield response