Tonic commited on
Commit
392e10f
·
1 Parent(s): 71a36b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "..." # Replace with your 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"