beyoru commited on
Commit
a9d75e6
·
verified ·
1 Parent(s): 199e049

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def respond(
107
  for chunk in stream:
108
  bot_response += chunk.choices[0].delta.content
109
  yield bot_response
110
-
111
 
112
 
113
  # Gradio interface
 
107
  for chunk in stream:
108
  bot_response += chunk.choices[0].delta.content
109
  yield bot_response
110
+ print(bot_response)
111
 
112
 
113
  # Gradio interface