mobinln commited on
Commit
4aa5593
·
verified ·
1 Parent(s): b8d58c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def respond(
43
 
44
  output = ""
45
  for chunk in stream:
46
- pring(chunk)
47
  delta = chunk.choices[0].delta.content or ""
48
  output += delta
49
  yield output
 
43
 
44
  output = ""
45
  for chunk in stream:
46
+ print(chunk)
47
  delta = chunk.choices[0].delta.content or ""
48
  output += delta
49
  yield output