docs: OPENAI_API_KEY typo in google_serper.ipynb (#31665)

Simple typo fix.
This commit is contained in:
Tony Gravagno
2025-06-20 08:02:13 -07:00
committed by GitHub
parent 7e046ea848
commit 5d0bea8378

View File

@@ -119,7 +119,7 @@
"id": "2eb1b45b", "id": "2eb1b45b",
"metadata": {}, "metadata": {},
"source": [ "source": [
"and use the `create_react_agent` functionality to initialize a ReAct agent. You will also need to set up your OPEN_API_KEY (visit https://platform.openai.com) in order to access OpenAI's chat models." "and use the `create_react_agent` functionality to initialize a ReAct agent. You will also need to set up your OPENAI_API_KEY (visit https://platform.openai.com) in order to access OpenAI's chat models."
] ]
}, },
{ {