dkolarova commited on
Commit
67bb5f8
·
verified ·
1 Parent(s): 7f7174c

Update tools_agent.py

Browse files
Files changed (1) hide show
  1. tools_agent.py +2 -1
tools_agent.py CHANGED
@@ -15,7 +15,8 @@ class Agent:
15
  test different models, and prototype AI products.
16
  """
17
  # self.client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
18
- self.client = InferenceClient("Qwen/Qwen2.5-Coder-32B-Instruct")
 
19
 
20
  """Initialize Agent with empty tool registry."""
21
  self.tools: Dict[str, Tool] = {}
 
15
  test different models, and prototype AI products.
16
  """
17
  # self.client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
18
+ # self.client = InferenceClient("Qwen/Qwen2.5-Coder-32B-Instruct")
19
+ self.client = InferenceClient("deepseek-ai/DeepSeek-V3-0324")
20
 
21
  """Initialize Agent with empty tool registry."""
22
  self.tools: Dict[str, Tool] = {}