mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 18:23:59 +00:00
Improve Bing Search example (#7128)
# Description Improve Bing Search example:
This commit is contained in:
parent
265c285057
commit
5585607654
@ -26,8 +26,8 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"import os\n",
|
"import os\n",
|
||||||
"\n",
|
"\n",
|
||||||
"os.environ[\"BING_SUBSCRIPTION_KEY\"] = \"\"\n",
|
"os.environ[\"BING_SUBSCRIPTION_KEY\"] = \"<key>\"\n",
|
||||||
"os.environ[\"BING_SEARCH_URL\"] = \"\""
|
"os.environ[\"BING_SEARCH_URL\"] = \"https://api.bing.microsoft.com/v7.0/search\""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user