Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,8 @@ def chat_response(
|
|
| 166 |
try:
|
| 167 |
# Initialize stream
|
| 168 |
stream = co.chat_stream(
|
| 169 |
-
model='c4ai-aya-expanse-32b',
|
|
|
|
| 170 |
message=message,
|
| 171 |
temperature=temperature,
|
| 172 |
chat_history=chat_history,
|
|
|
|
| 166 |
try:
|
| 167 |
# Initialize stream
|
| 168 |
stream = co.chat_stream(
|
| 169 |
+
#model='c4ai-aya-expanse-32b',
|
| 170 |
+
model='command-r-plus-08-2024',
|
| 171 |
message=message,
|
| 172 |
temperature=temperature,
|
| 173 |
chat_history=chat_history,
|