update model_config.py

This commit is contained in:
imClumsyPanda 2023-05-21 22:30:28 +08:00
parent 5f38645fa1
commit 67e26fe730
1 changed files with 6 additions and 0 deletions

View File

@ -135,3 +135,9 @@ flagging username: {FLAG_USER_NAME}
# 是否开启跨域默认为False如果需要开启请设置为True
# is open cross domain
OPEN_CROSS_DOMAIN = False
# Bing 搜索必备变量
# 使用 Bing 搜索需要使用 Bing Subscription Key
# 具体申请方式请见 https://learn.microsoft.com/en-us/bing/search-apis/bing-web-search/quickstarts/rest/python
BING_SEARCH_URL = "https://api.bing.microsoft.com/v7.0/search"
BING_SUBSCRIPTION_KEY = ""