Updated Customizing Agents (markdown)

João Moura
2023-11-14 20:17:50 -03:00
parent 5bc0a385af
commit 01be14aeba

@@ -29,6 +29,7 @@ from langchain.utilities import GoogleSerperAPIWrapper
# Initialize SerpAPI tool with your API key
os.environ["OPENAI_API_KEY"] = ""
search = GoogleSerperAPIWrapper()
# Create tool to be used by agent
serper_tool = Tool(
name="Intermediate Answer",