Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 !
|