maykcaldas commited on
Commit
5495a42
1 Parent(s): 0240966

Update mapi_tools.py

Browse files
Files changed (1) hide show
  1. mapi_tools.py +1 -1
mapi_tools.py CHANGED
@@ -7,7 +7,7 @@ from langchain import agents
7
  from langchain.agents import initialize_agent
8
  from langchain.agents import Tool, tool
9
  from langchain import LLMMathChain, SerpAPIWrapper
10
- from gpt_index import GPTListIndex, GPTIndexMemory
11
  from langchain import SerpAPIWrapper
12
  from langchain.prompts.few_shot import FewShotPromptTemplate
13
  from langchain.prompts.prompt import PromptTemplate
 
7
  from langchain.agents import initialize_agent
8
  from langchain.agents import Tool, tool
9
  from langchain import LLMMathChain, SerpAPIWrapper
10
+ from llama_index import GPTListIndex, GPTIndexMemory
11
  from langchain import SerpAPIWrapper
12
  from langchain.prompts.few_shot import FewShotPromptTemplate
13
  from langchain.prompts.prompt import PromptTemplate