mobinln commited on
Commit
952643b
·
verified ·
1 Parent(s): c519e63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -178,6 +178,7 @@ def respond(
178
 
179
  for chunk in stream:
180
  delta = chunk.choices[0].delta
 
181
 
182
  # Handle function calls
183
  if hasattr(delta, "tool_calls") and delta.tool_calls:
 
178
 
179
  for chunk in stream:
180
  delta = chunk.choices[0].delta
181
+ print('delta', delta)
182
 
183
  # Handle function calls
184
  if hasattr(delta, "tool_calls") and delta.tool_calls: