Artin2009 commited on
Commit
71e5c85
1 Parent(s): 642ca55

Update chain_app.py

Browse files
Files changed (1) hide show
  1. chain_app.py +1 -1
chain_app.py CHANGED
@@ -1916,7 +1916,7 @@ async def main(message: cl.Message):
1916
  ],
1917
  ).send()
1918
 
1919
- if res and res.get("value") == "continue":
1920
  if chat_profile == 'neural-brain-AI':
1921
  completion = openai_client.chat.completions.create(
1922
  model="ft:gpt-3.5-turbo-1106:nb:aria1:9UWDrLJK",
 
1916
  ],
1917
  ).send()
1918
 
1919
+ if res and res.get("value") == "Yes":
1920
  if chat_profile == 'neural-brain-AI':
1921
  completion = openai_client.chat.completions.create(
1922
  model="ft:gpt-3.5-turbo-1106:nb:aria1:9UWDrLJK",