Skip to content

Commit

Permalink
Merge pull request #330 from xiaowuap/patch-1
Browse files Browse the repository at this point in the history
Add BingAPI in web_search.md
  • Loading branch information
silentoplayz authored Dec 20, 2024
2 parents 283df1a + 62c4ca3 commit a2bc93d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/tutorials/integrations/web_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,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, you’ll 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`.

0 comments on commit a2bc93d

Please sign in to comment.