Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- chain_app.py +3 -3
chain_app.py
CHANGED
@@ -846,13 +846,13 @@ async def on_chat_start():
|
|
846 |
content='Im one of the best open source models that cohere released. i am configured by 2 iranian boys named Artin Daneshvar and Sadra Noadosut to help you out!'
|
847 |
).send()
|
848 |
|
849 |
-
if chat_profile == 'Command-
|
850 |
await cl.ChatSettings(
|
851 |
[
|
852 |
Select(
|
853 |
id="Cohere-Model",
|
854 |
label="Cohere - Model",
|
855 |
-
values=["Command-
|
856 |
initial_index=0,
|
857 |
),
|
858 |
Slider(
|
@@ -869,7 +869,7 @@ async def on_chat_start():
|
|
869 |
content='Im one of the best open source models that cohere released. i am configured by 2 iranian boys named Artin Daneshvar and Sadra Noadosut to help you out!'
|
870 |
).send()
|
871 |
|
872 |
-
if chat_profile == 'Command-Light-
|
873 |
await cl.ChatSettings(
|
874 |
[
|
875 |
Select(
|
|
|
846 |
content='Im one of the best open source models that cohere released. i am configured by 2 iranian boys named Artin Daneshvar and Sadra Noadosut to help you out!'
|
847 |
).send()
|
848 |
|
849 |
+
if chat_profile == 'Command-Nightly':
|
850 |
await cl.ChatSettings(
|
851 |
[
|
852 |
Select(
|
853 |
id="Cohere-Model",
|
854 |
label="Cohere - Model",
|
855 |
+
values=["Command-Nightly"],
|
856 |
initial_index=0,
|
857 |
),
|
858 |
Slider(
|
|
|
869 |
content='Im one of the best open source models that cohere released. i am configured by 2 iranian boys named Artin Daneshvar and Sadra Noadosut to help you out!'
|
870 |
).send()
|
871 |
|
872 |
+
if chat_profile == 'Command-Light-Nightly':
|
873 |
await cl.ChatSettings(
|
874 |
[
|
875 |
Select(
|