Artin2009 commited on
Commit
165fc6b
1 Parent(s): 8463f88

Update chain_app.py

Browse files
Files changed (1) hide show
  1. chain_app.py +2 -2
chain_app.py CHANGED
@@ -2079,8 +2079,8 @@ async def main(message: cl.Message):
2079
 
2080
  elif chat_profile == "Dorna-AI":
2081
  stream_list = []
2082
- msg = cl.Message(content="")
2083
- await msg.send()
2084
  for res in hf_text_client.predict(
2085
  message=message.content,
2086
  request=f"You are neural nexus official chatbot, you are made by Artin Daneshvar and Sadra Noadoust and you are here to help people",
 
2079
 
2080
  elif chat_profile == "Dorna-AI":
2081
  stream_list = []
2082
+ msg = cl.Message(content="")
2083
+ await msg.send()
2084
  for res in hf_text_client.predict(
2085
  message=message.content,
2086
  request=f"You are neural nexus official chatbot, you are made by Artin Daneshvar and Sadra Noadoust and you are here to help people",