Artin2009 commited on
Commit
cbcf538
1 Parent(s): b0bc348

Update chain_app.py

Browse files
Files changed (1) hide show
  1. chain_app.py +3 -2
chain_app.py CHANGED
@@ -697,9 +697,10 @@ async def main(message: cl.Message):
697
  prompt_truncation='OFF',
698
  connectors=[],
699
  )
 
700
 
701
- for event in stream:
702
- await cl.Message(content=event.text).send()
703
 
704
 
705
 
 
697
  prompt_truncation='OFF',
698
  connectors=[],
699
  )
700
+ print(stream)
701
 
702
+ # for event in stream:
703
+ # await cl.Message(content=event.text).send()
704
 
705
 
706