Tim Seufert commited on
Commit
3cd6b66
·
1 Parent(s): 95673ef

Model changed

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -27,7 +27,8 @@ def respond(message, image, chat_history):
27
  try:
28
  # Generate response using Cohere
29
  stream = co.chat_stream(
30
- model='command-r7b-12-2024',
 
31
  message=f"{prompt} '{message_content}'",
32
  temperature=0.3,
33
  chat_history=[], # Consider using chat_history for context
 
27
  try:
28
  # Generate response using Cohere
29
  stream = co.chat_stream(
30
+ # model='command-r7b-12-2024',
31
+ model='command-r-plus-08-2024',
32
  message=f"{prompt} '{message_content}'",
33
  temperature=0.3,
34
  chat_history=[], # Consider using chat_history for context