Nancy1906 commited on
Commit
0160046
·
verified ·
1 Parent(s): 3e785f0
Files changed (1) hide show
  1. my_tools.py +1 -1
my_tools.py CHANGED
@@ -5,7 +5,7 @@ from duckduckgo_search import DDGS
5
  import wikipedia
6
  from llama_index.core.tools import FunctionTool
7
  from llama_index.core.agent import ReActAgent
8
- from llama_index.llms.base import ChatMessage, LLMMetadata, LLM
9
  from llama_index.core.callbacks import CallbackManager, LlamaDebugHandler
10
  import google.generativeai as genai
11
 
 
5
  import wikipedia
6
  from llama_index.core.tools import FunctionTool
7
  from llama_index.core.agent import ReActAgent
8
+ from llama_index.core.llms.types import ChatMessage, LLMMetadata, LLM
9
  from llama_index.core.callbacks import CallbackManager, LlamaDebugHandler
10
  import google.generativeai as genai
11