Nancy1906 commited on
Commit
1b50e40
·
verified ·
1 Parent(s): c27b339

vvvvvvvvvv

Browse files
Files changed (1) hide show
  1. my_tools.py +1 -1
my_tools.py CHANGED
@@ -1,6 +1,6 @@
1
  import os, math, wikipedia
2
  import google.generativeai as genai
3
- from llama_index.llms.base import LLM
4
  from llama_index.llms.generic_utils import llm_completion_to_chat_response
5
  from llama_index.core.agent import ReActAgent
6
  from llama_index.core.tools import FunctionTool
 
1
  import os, math, wikipedia
2
  import google.generativeai as genai
3
+ from llama_index.core.llms import LLM
4
  from llama_index.llms.generic_utils import llm_completion_to_chat_response
5
  from llama_index.core.agent import ReActAgent
6
  from llama_index.core.tools import FunctionTool