corrected import error
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ from langchain.llms.base import LLM
|
|
| 15 |
import google.generativeai as genai
|
| 16 |
|
| 17 |
# Import smolagents components
|
| 18 |
-
from smolagents import CodeAgent, LiteLLMModel, DuckDuckGoSearchTool, ManagedAgent
|
| 19 |
|
| 20 |
###############################################################################
|
| 21 |
# 1) Logging Setup
|
|
|
|
| 15 |
import google.generativeai as genai
|
| 16 |
|
| 17 |
# Import smolagents components
|
| 18 |
+
from smolagents import CodeAgent, LiteLLMModel, DuckDuckGoSearchTool, ManagedAgent, HfApiModel
|
| 19 |
|
| 20 |
###############################################################################
|
| 21 |
# 1) Logging Setup
|