Update agent.py
Browse files
agent.py
CHANGED
|
@@ -2,7 +2,8 @@
|
|
| 2 |
import os
|
| 3 |
import re
|
| 4 |
import time
|
| 5 |
-
|
|
|
|
| 6 |
from smolagents import CodeAgent, LiteLLMModel
|
| 7 |
from tools import (
|
| 8 |
read_pdf, web_search, visit_webpage, get_youtube_transcript,
|
|
|
|
| 2 |
import os
|
| 3 |
import re
|
| 4 |
import time
|
| 5 |
+
import litellm
|
| 6 |
+
litellm.set_verbose = True
|
| 7 |
from smolagents import CodeAgent, LiteLLMModel
|
| 8 |
from tools import (
|
| 9 |
read_pdf, web_search, visit_webpage, get_youtube_transcript,
|