Spaces:
Sleeping
Sleeping
Tim Seufert
commited on
Commit
·
edd73a2
1
Parent(s):
8af3f9e
update interface beta test2
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def respond(message, chat_history):
|
|
25 |
try:
|
26 |
# Generate response using Cohere chat API
|
27 |
response = co.chat(
|
28 |
-
model='command-
|
29 |
query=f"{prompt} '{message_content}'",
|
30 |
temperature=0.3,
|
31 |
k=0,
|
|
|
25 |
try:
|
26 |
# Generate response using Cohere chat API
|
27 |
response = co.chat(
|
28 |
+
model='command-r-08-2024', # Ensure the correct model ID is used
|
29 |
query=f"{prompt} '{message_content}'",
|
30 |
temperature=0.3,
|
31 |
k=0,
|