Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- 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 |
-
|
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 |
),
|