Fix Typo : openai_api_key -> serpapi_api_key (#10020)

Fixed typo in the comments Notebook. (which says `openai_api_key` for
SerpAPI)
This commit is contained in:
Hyeokjun seo 2023-08-31 16:33:13 +09:00 committed by GitHub
parent f2e8399cc8
commit e2e05ad89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@
"llm = ChatOpenAI(temperature=0, model=\"gpt-3.5-turbo-0613\")\n",
"\n",
"# Initialize the SerpAPIWrapper for search functionality\n",
"# Replace <your_api_key> in openai_api_key=\"<your_api_key>\" with your actual SerpAPI key.\n",
"# Replace <your_api_key> in serpapi_api_key=\"<your_api_key>\" with your actual SerpAPI key.\n",
"search = SerpAPIWrapper()\n",
"\n",
"# Define a list of tools offered by the agent\n",