bstraehle commited on
Commit
85ca202
·
verified ·
1 Parent(s): b209063

Update agent_llamaindex.py

Browse files
Files changed (1) hide show
  1. 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