Update tools_agent.py
Browse files- tools_agent.py +2 -2
tools_agent.py
CHANGED
|
@@ -15,8 +15,8 @@ class Agent:
|
|
| 15 |
test different models, and prototype AI products.
|
| 16 |
"""
|
| 17 |
# self.client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 18 |
-
|
| 19 |
-
self.client = InferenceClient("deepseek-ai/DeepSeek-V3-0324")
|
| 20 |
|
| 21 |
"""Initialize Agent with empty tool registry."""
|
| 22 |
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] = {}
|