Fixing os import and bing search result key name (#429)

This commit is contained in:
Priya Gautam 2021-05-24 09:25:20 +05:30 committed by GitHub
parent 1365992eff
commit 780b76bef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,7 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"key = os.environ.get('AZURE_SEARCH_KEY', 'XXX')"
]
},