Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- chain_app.py +5 -5
chain_app.py
CHANGED
@@ -846,7 +846,7 @@ 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-Nigtly:
|
850 |
await cl.ChatSettings(
|
851 |
[
|
852 |
Select(
|
@@ -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-Nigtly:
|
873 |
await cl.ChatSettings(
|
874 |
[
|
875 |
Select(
|
@@ -892,7 +892,7 @@ async def on_chat_start():
|
|
892 |
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!'
|
893 |
).send()
|
894 |
|
895 |
-
if chat_profile == 'Command-Light:
|
896 |
await cl.ChatSettings(
|
897 |
[
|
898 |
Select(
|
@@ -915,7 +915,7 @@ async def on_chat_start():
|
|
915 |
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!'
|
916 |
)
|
917 |
|
918 |
-
if chat_profile == 'Command-R:
|
919 |
await cl.ChatSettings(
|
920 |
[
|
921 |
Select(
|
@@ -938,7 +938,7 @@ async def on_chat_start():
|
|
938 |
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!'
|
939 |
).send()
|
940 |
|
941 |
-
if chat_profile == 'Command:
|
942 |
await cl.ChatSettings(
|
943 |
[
|
944 |
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-Nigtly':
|
850 |
await cl.ChatSettings(
|
851 |
[
|
852 |
Select(
|
|
|
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-Nigtly':
|
873 |
await cl.ChatSettings(
|
874 |
[
|
875 |
Select(
|
|
|
892 |
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!'
|
893 |
).send()
|
894 |
|
895 |
+
if chat_profile == 'Command-Light':
|
896 |
await cl.ChatSettings(
|
897 |
[
|
898 |
Select(
|
|
|
915 |
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!'
|
916 |
)
|
917 |
|
918 |
+
if chat_profile == 'Command-R':
|
919 |
await cl.ChatSettings(
|
920 |
[
|
921 |
Select(
|
|
|
938 |
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!'
|
939 |
).send()
|
940 |
|
941 |
+
if chat_profile == 'Command':
|
942 |
await cl.ChatSettings(
|
943 |
[
|
944 |
Select(
|