Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- chain_app.py +1 -1
chain_app.py
CHANGED
@@ -2086,7 +2086,7 @@ async def main(message: cl.Message):
|
|
2086 |
system_message=f"You are neural nexus official chatbot, you are made by Artin Daneshvar and Sadra Noadoust and you are here to help people",
|
2087 |
api_name="/chat"
|
2088 |
):
|
2089 |
-
stream_list.
|
2090 |
for token in stream_list:
|
2091 |
await msg.stream_token(token)
|
2092 |
elif chat_profile == "gpt4-o-mini":
|
|
|
2086 |
system_message=f"You are neural nexus official chatbot, you are made by Artin Daneshvar and Sadra Noadoust and you are here to help people",
|
2087 |
api_name="/chat"
|
2088 |
):
|
2089 |
+
stream_list.append(res)
|
2090 |
for token in stream_list:
|
2091 |
await msg.stream_token(token)
|
2092 |
elif chat_profile == "gpt4-o-mini":
|