Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- chain_app.py +5 -5
chain_app.py
CHANGED
@@ -154,27 +154,27 @@ async def chat_profile():
|
|
154 |
|
155 |
),
|
156 |
cl.ChatProfile(
|
157 |
-
|
158 |
markdown_description='Cohere open sourced AI model named Command R'
|
159 |
|
160 |
),
|
161 |
cl.ChatProfile(
|
162 |
-
|
163 |
markdown_description='Cohere open sourced AI model named Command R'
|
164 |
|
165 |
),
|
166 |
cl.ChatProfile(
|
167 |
-
|
168 |
markdown_description='Cohere open sourced AI model named Command R'
|
169 |
|
170 |
),
|
171 |
cl.ChatProfile(
|
172 |
-
|
173 |
markdown_description='Cohere open sourced AI model named Command R'
|
174 |
|
175 |
),
|
176 |
cl.ChatProfile(
|
177 |
-
|
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 |
),
|