diff --git a/Creating-Tasks.md b/Creating-Tasks.md index 3ff9bd2..fa3c708 100644 --- a/Creating-Tasks.md +++ b/Creating-Tasks.md @@ -20,7 +20,8 @@ from langchain.agents import Tool from langchain.utilities import GoogleSerperAPIWrapper # Initialize SerpAPI tool with your API key -os.environ["OPENAI_API_KEY"] = "" +os.environ["OPENAI_API_KEY"] = "Your Key" +os.environ["SERPER_API_KEY"] = "Your Key" search = GoogleSerperAPIWrapper()