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

Update chain_app.py

Browse files
Files changed (1) hide show
  1. chain_app.py +1 -1
chain_app.py CHANGED
@@ -149,7 +149,7 @@ async def chat_profile():
149
  markdown_description='Cohere open sourced AI model with 23B parameters'
150
  ),
151
  cl.ChatProfile(
152
- nanm='Command-R-Plus',
153
  markdown_description='Cohere open sourced AI model named Command R plus'
154
 
155
  ),
 
149
  markdown_description='Cohere open sourced AI model with 23B parameters'
150
  ),
151
  cl.ChatProfile(
152
+ name='Command-R-Plus',
153
  markdown_description='Cohere open sourced AI model named Command R plus'
154
 
155
  ),