Artin2009 commited on
Commit
87ef27f
·
verified ·
1 Parent(s): b4012ab

Update chain_app.py

Browse files
Files changed (1) hide show
  1. chain_app.py +1 -1
chain_app.py CHANGED
@@ -702,7 +702,7 @@ async def main(message: cl.Message):
702
  for event in stream:
703
  if event.event_type == 'text-generation':
704
  await msg.stream_token(content=event.text)
705
- await msg.send()
706
 
707
 
708
 
 
702
  for event in stream:
703
  if event.event_type == 'text-generation':
704
  await msg.stream_token(content=event.text)
705
+ await msg.send()
706
 
707
 
708