Spaces:
Sleeping
Sleeping
siuu
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
16 |
class BasicAgent:
|
17 |
def __init__(self):
|
18 |
model = InferenceClientModel(
|
19 |
-
model_id="Qwen/Qwen3-32B",
|
20 |
token=key)
|
21 |
interpreter = PythonInterpreterTool()
|
22 |
self.agentic = ToolCallingAgent(model=model,tools = [interpreter,DuckDuckGoSearchTool(),VisitWebpageTool()])
|
|
|
16 |
class BasicAgent:
|
17 |
def __init__(self):
|
18 |
model = InferenceClientModel(
|
19 |
+
model_id="Qwen/Qwen3-32B", provider="hf-inference",
|
20 |
token=key)
|
21 |
interpreter = PythonInterpreterTool()
|
22 |
self.agentic = ToolCallingAgent(model=model,tools = [interpreter,DuckDuckGoSearchTool(),VisitWebpageTool()])
|