Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,11 +167,10 @@ def chat_response(
|
|
| 167 |
# Initialize stream
|
| 168 |
stream = co.chat_stream(
|
| 169 |
#model='c4ai-aya-expanse-32b',
|
| 170 |
-
model='command-
|
| 171 |
message=message,
|
| 172 |
temperature=temperature,
|
| 173 |
chat_history=chat_history,
|
| 174 |
-
prompt_truncation='AUTO',
|
| 175 |
preamble=system_prompt
|
| 176 |
)
|
| 177 |
|
|
|
|
| 167 |
# Initialize stream
|
| 168 |
stream = co.chat_stream(
|
| 169 |
#model='c4ai-aya-expanse-32b',
|
| 170 |
+
model='command-r7b-arabic-02-2025',
|
| 171 |
message=message,
|
| 172 |
temperature=temperature,
|
| 173 |
chat_history=chat_history,
|
|
|
|
| 174 |
preamble=system_prompt
|
| 175 |
)
|
| 176 |
|