Updated Creating Tasks (markdown)

João Moura
2023-11-14 20:18:03 -03:00
parent c1a9d80b40
commit f9dcb5f15d

@@ -22,6 +22,8 @@ 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",