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

View File

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