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