Spaces:
Sleeping
Sleeping
Update app.py
Browse filesFix import error
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import inspect
|
|
| 5 |
import pandas as pd
|
| 6 |
|
| 7 |
# Import modules and classes from openai and smolagents
|
| 8 |
-
import openai
|
| 9 |
# from smolagents import CodeAgent, OpenAIServerModel, GoogleSearchTool, VisitWebpageTool, PythonInterpreterTool, SpeechToTextTool
|
| 10 |
|
| 11 |
# Create API keys
|
|
|
|
| 5 |
import pandas as pd
|
| 6 |
|
| 7 |
# Import modules and classes from openai and smolagents
|
| 8 |
+
# import openai
|
| 9 |
# from smolagents import CodeAgent, OpenAIServerModel, GoogleSearchTool, VisitWebpageTool, PythonInterpreterTool, SpeechToTextTool
|
| 10 |
|
| 11 |
# Create API keys
|