Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- 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 |
-
|
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 |
|