Artin2009 commited on
Commit
c5341a5
1 Parent(s): 35ea25f

Update chain_app.py

Browse files
Files changed (1) hide show
  1. 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.appened(res)
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":