Artin2009 commited on
Commit
d8dd5dc
1 Parent(s): ca13998

Update chain_app.py

Browse files
Files changed (1) hide show
  1. 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-Nigtly':
850
  await cl.ChatSettings(
851
  [
852
  Select(
853
  id="Cohere-Model",
854
  label="Cohere - Model",
855
- values=["Command-Nigtly"],
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-Nigtly':
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(