Add BingAPI in web_search.md

First time to contribute~
This commit is contained in:
Enzo Wu 2024-12-21 01:09:45 +08:00 committed by GitHub
parent 9abe7258a3
commit 62c4ca375f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -372,6 +372,12 @@ Coming Soon
## Bing API
Coming Soon
### Setup
1. Navigate to the [AzurePortal](https://portal.azure.com/#create/Microsoft.BingSearch) and create a new resource. After creation, youll be redirected to the resource overview page. From there, select "Click here to manage keys." ![click here to manage keys](https://github.com/user-attachments/assets/dd2a3c67-d6a7-4198-ba54-67a3c8acff6d)
2. On the key management page, locate Key1 or Key2 and copy your desired key.
3. Open the Open WebUI Admin Panel, switch to the Settings tab, and then select Web Search.
4. Enable the Web search option and set the Web Search Engine to bing.
5. Fill `SearchApi API Key` with the `API key` that you copied in step 2 from [AzurePortal](https://portal.azure.com/#create/Microsoft.BingSearch) dashboard.
6. Click `Save`.