Daemontatox commited on
Commit
16ee864
·
verified ·
1 Parent(s): 76607e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -166,7 +166,8 @@ def chat_response(
166
  try:
167
  # Initialize stream
168
  stream = co.chat_stream(
169
- model='c4ai-aya-expanse-32b',
 
170
  message=message,
171
  temperature=temperature,
172
  chat_history=chat_history,
 
166
  try:
167
  # Initialize stream
168
  stream = co.chat_stream(
169
+ #model='c4ai-aya-expanse-32b',
170
+ model='command-r-plus-08-2024',
171
  message=message,
172
  temperature=temperature,
173
  chat_history=chat_history,