bstraehle commited on
Commit
3409e78
·
verified ·
1 Parent(s): 420a318

Update agent_llamaindex.py

Browse files
Files changed (1) hide show
  1. agent_llamaindex.py +1 -1
agent_llamaindex.py CHANGED
@@ -4,7 +4,7 @@ from datetime import date
4
  from llama_index.agent.openai import OpenAIAgent
5
  from llama_index.llms.openai import OpenAI
6
  from llama_index.core.tools import FunctionTool
7
- from llama_index.tools.weather import OpenWeatherMapToolSpec
8
 
9
  from llama_index.core.tools.tool_spec.base import BaseToolSpec
10
  from llama_index.integrations.tools.weather import OpenWeatherMapToolSpec
 
4
  from llama_index.agent.openai import OpenAIAgent
5
  from llama_index.llms.openai import OpenAI
6
  from llama_index.core.tools import FunctionTool
7
+ #from llama_index.tools.weather import OpenWeatherMapToolSpec
8
 
9
  from llama_index.core.tools.tool_spec.base import BaseToolSpec
10
  from llama_index.integrations.tools.weather import OpenWeatherMapToolSpec