[email protected] commited on
Commit
0aa432c
·
1 Parent(s): a92ac01

Switched to DeepSeek R1, a model with reasoning.

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -63,7 +63,8 @@ class BasicAgent:
63
  # model="meta-llama/llama-4-maverick:free",
64
  # model="google/gemini-2.0-flash-exp:free",
65
  # model="mistralai/mistral-small-3.1-24b-instruct:free",
66
- model="deepseek/deepseek-chat-v3-0324:free",
 
67
  #tools=TOOLS_DEFINITION, # Use imported tools definition
68
  messages=messages,
69
  temperature=0.0,
 
63
  # model="meta-llama/llama-4-maverick:free",
64
  # model="google/gemini-2.0-flash-exp:free",
65
  # model="mistralai/mistral-small-3.1-24b-instruct:free",
66
+ # model="deepseek/deepseek-chat-v3-0324:free",
67
+ model="deepseek/deepseek-r1",
68
  #tools=TOOLS_DEFINITION, # Use imported tools definition
69
  messages=messages,
70
  temperature=0.0,