Daemontatox commited on
Commit
328863e
·
verified ·
1 Parent(s): 16ee864

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -167,11 +167,10 @@ def chat_response(
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,
174
- prompt_truncation='AUTO',
175
  preamble=system_prompt
176
  )
177
 
 
167
  # Initialize stream
168
  stream = co.chat_stream(
169
  #model='c4ai-aya-expanse-32b',
170
+ model='command-r7b-arabic-02-2025',
171
  message=message,
172
  temperature=temperature,
173
  chat_history=chat_history,
 
174
  preamble=system_prompt
175
  )
176