eong commited on
Commit
f412262
·
verified ·
1 Parent(s): 3408481

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ from tools.final_answer import FinalAnswerTool
8
  from smolagents import GradioUI
9
  from smolagents import LiteLLMModel
10
 
 
 
11
  litellm._turn_on_debug()
12
 
13
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
 
8
  from smolagents import GradioUI
9
  from smolagents import LiteLLMModel
10
 
11
+ import litellm
12
+
13
  litellm._turn_on_debug()
14
 
15
  # Below is an example of a tool that does nothing. Amaze us with your creativity !