harini-012 commited on
Commit
a4523ec
·
verified ·
1 Parent(s): 572b7b8

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
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,