borisyich commited on
Commit
f3be6f5
·
verified ·
1 Parent(s): 5cd72ef

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -4,7 +4,7 @@ from smolagents import (InferenceClientModel, CodeAgent, ToolCallingAgent,
4
  WikipediaSearchTool, PythonInterpreterTool,
5
  )
6
 
7
- model_id = "Qwen/Qwen2.5-72B-Instruct"
8
  model = InferenceClientModel(
9
  model_id,
10
  token=os.getenv('HF_TOKEN')
 
4
  WikipediaSearchTool, PythonInterpreterTool,
5
  )
6
 
7
+ model_id = "deepseek-ai/DeepSeek-R1-0528"
8
  model = InferenceClientModel(
9
  model_id,
10
  token=os.getenv('HF_TOKEN')