Spaces:
Running
Running
Update agent_llamaindex.py
Browse files- agent_llamaindex.py +1 -1
agent_llamaindex.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
|
3 |
from datetime import date
|
4 |
-
from llama_hub.tools.weather import OpenWeatherMapToolSpec
|
5 |
from llama_index.agent import OpenAIAgent
|
6 |
from llama_index.llms import OpenAI
|
7 |
from llama_index.core.tools import FunctionTool
|
|
|
1 |
import os
|
2 |
|
3 |
from datetime import date
|
4 |
+
#from llama_hub.tools.weather import OpenWeatherMapToolSpec
|
5 |
from llama_index.agent import OpenAIAgent
|
6 |
from llama_index.llms import OpenAI
|
7 |
from llama_index.core.tools import FunctionTool
|