mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 06:53:59 +00:00
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:
@@ -71,7 +71,7 @@
|
|||||||
"llm = ChatOpenAI(temperature=0, model=\"gpt-3.5-turbo-0613\")\n",
|
"llm = ChatOpenAI(temperature=0, model=\"gpt-3.5-turbo-0613\")\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Initialize the SerpAPIWrapper for search functionality\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",
|
"search = SerpAPIWrapper()\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Define a list of tools offered by the agent\n",
|
"# Define a list of tools offered by the agent\n",
|
||||||
|
Reference in New Issue
Block a user