Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,8 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
19 |
import openai
|
20 |
|
21 |
# ‑‑‑ smol‑agents base imports (provided by the framework) ‑‑‑
|
|
|
22 |
from smolagents import (
|
23 |
-
Tool,
|
24 |
CodeAgent,
|
25 |
DuckDuckGoSearchTool,
|
26 |
WikipediaSearchTool,
|
|
|
19 |
import openai
|
20 |
|
21 |
# ‑‑‑ smol‑agents base imports (provided by the framework) ‑‑‑
|
22 |
+
from smolagents.tools import PipelineTool, Tool
|
23 |
from smolagents import (
|
|
|
24 |
CodeAgent,
|
25 |
DuckDuckGoSearchTool,
|
26 |
WikipediaSearchTool,
|