Skip to content

Commit

Permalink
Improve Bing Search example (#7128)
Browse files Browse the repository at this point in the history
# Description

Improve Bing Search example:
  • Loading branch information
zioproto authored Jul 4, 2023
1 parent 265c285 commit 5585607
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"source": [
"import os\n",
"\n",
"os.environ[\"BING_SUBSCRIPTION_KEY\"] = \"\"\n",
"os.environ[\"BING_SEARCH_URL\"] = \"\""
"os.environ[\"BING_SUBSCRIPTION_KEY\"] = \"<key>\"\n",
"os.environ[\"BING_SEARCH_URL\"] = \"https://api.bing.microsoft.com/v7.0/search\""
]
},
{
Expand Down

0 comments on commit 5585607

Please sign in to comment.