Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def respond(
|
|
| 32 |
response = ""
|
| 33 |
|
| 34 |
for message in client.chat.completions.create(
|
| 35 |
-
model="CohereForAI/c4ai-command-r-plus",
|
| 36 |
max_tokens=max_tokens,
|
| 37 |
stream=True,
|
| 38 |
temperature=temperature,
|
|
|
|
| 32 |
response = ""
|
| 33 |
|
| 34 |
for message in client.chat.completions.create(
|
| 35 |
+
model="CohereForAI/c4ai-command-r-plus-08-2024",
|
| 36 |
max_tokens=max_tokens,
|
| 37 |
stream=True,
|
| 38 |
temperature=temperature,
|