Tim Seufert commited on
Commit
edd73a2
·
1 Parent(s): 8af3f9e

update interface beta test2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-xlarge-nightly', # Ensure the correct model ID is used
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,