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

Update chain_app.py

Browse files
Files changed (1) hide show
  1. chain_app.py +5 -5
chain_app.py CHANGED
@@ -154,27 +154,27 @@ async def chat_profile():
154
 
155
  ),
156
  cl.ChatProfile(
157
- nanm='Command-R',
158
  markdown_description='Cohere open sourced AI model named Command R'
159
 
160
  ),
161
  cl.ChatProfile(
162
- nanm='Command-Light',
163
  markdown_description='Cohere open sourced AI model named Command R'
164
 
165
  ),
166
  cl.ChatProfile(
167
- nanm='Command-Light-Nightly',
168
  markdown_description='Cohere open sourced AI model named Command R'
169
 
170
  ),
171
  cl.ChatProfile(
172
- nanm='Command-Nightly',
173
  markdown_description='Cohere open sourced AI model named Command R'
174
 
175
  ),
176
  cl.ChatProfile(
177
- nanm='Command',
178
  markdown_description='Cohere open sourced AI model named Command R'
179
 
180
  ),
 
154
 
155
  ),
156
  cl.ChatProfile(
157
+ name='Command-R',
158
  markdown_description='Cohere open sourced AI model named Command R'
159
 
160
  ),
161
  cl.ChatProfile(
162
+ name='Command-Light',
163
  markdown_description='Cohere open sourced AI model named Command R'
164
 
165
  ),
166
  cl.ChatProfile(
167
+ name='Command-Light-Nightly',
168
  markdown_description='Cohere open sourced AI model named Command R'
169
 
170
  ),
171
  cl.ChatProfile(
172
+ name='Command-Nightly',
173
  markdown_description='Cohere open sourced AI model named Command R'
174
 
175
  ),
176
  cl.ChatProfile(
177
+ name='Command',
178
  markdown_description='Cohere open sourced AI model named Command R'
179
 
180
  ),