mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 03:26:17 +00:00
(Community): Added API Key for Jina Search API Wrapper (#29622)
- **Description:** Simple change for adding the API Key for Jina Search API Wrapper - **Issue:** #29596
This commit is contained in:
committed by
GitHub
parent
f1c66a3040
commit
96ad09fa2d
@@ -64,7 +64,10 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"import getpass\n",
|
||||
"import os"
|
||||
"import os\n",
|
||||
"\n",
|
||||
"if not os.environ.get(\"JINA_API_KEY\"):\n",
|
||||
" os.environ[\"JINA_API_KEY\"] = getpass.getpass(\"Jina API key:\\n\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user