Update agent.py
Browse files
agent.py
CHANGED
|
@@ -3,6 +3,7 @@ from tools import all_tools
|
|
| 3 |
from dotenv import load_dotenv
|
| 4 |
from smolagents import CodeAgent, PromptTemplates, LiteLLMModel
|
| 5 |
import logfire
|
|
|
|
| 6 |
|
| 7 |
load_dotenv()
|
| 8 |
|
|
|
|
| 3 |
from dotenv import load_dotenv
|
| 4 |
from smolagents import CodeAgent, PromptTemplates, LiteLLMModel
|
| 5 |
import logfire
|
| 6 |
+
import litellm
|
| 7 |
|
| 8 |
load_dotenv()
|
| 9 |
|