Pavithiran commited on
Commit
12e2f72
·
verified ·
1 Parent(s): 98811b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ def respond(
37
  top_p=top_p,
38
  ):
39
  token = message.choices[0].delta.content
 
40
 
41
  response += token
42
  yield response
 
37
  top_p=top_p,
38
  ):
39
  token = message.choices[0].delta.content
40
+ print(token)
41
 
42
  response += token
43
  yield response