Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from web_search_client.models import SafeSearch
|
|
| 13 |
from azure.core.credentials import AzureKeyCredential
|
| 14 |
|
| 15 |
# Configure your credentials here
|
| 16 |
-
bing_api_key = "
|
| 17 |
|
| 18 |
llm_config = {
|
| 19 |
"type": "openai", # "azure" or "openai"
|
|
|
|
| 13 |
from azure.core.credentials import AzureKeyCredential
|
| 14 |
|
| 15 |
# Configure your credentials here
|
| 16 |
+
bing_api_key = "ArAgtjC7LMINRUaY4D6ltro329Po1zNqU82U2JHFDkIbQmzi1_18j71OOdILMdpJ" # Replace with your Bing API key
|
| 17 |
|
| 18 |
llm_config = {
|
| 19 |
"type": "openai", # "azure" or "openai"
|