From 62c4ca375f6d772cf98aac3d7a1115b2eea6f701 Mon Sep 17 00:00:00 2001 From: Enzo Wu Date: Sat, 21 Dec 2024 01:09:45 +0800 Subject: [PATCH] Add BingAPI in web_search.md First time to contribute~ --- docs/tutorials/integrations/web_search.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/integrations/web_search.md b/docs/tutorials/integrations/web_search.md index 0601e0c..e88e89c 100644 --- a/docs/tutorials/integrations/web_search.md +++ b/docs/tutorials/integrations/web_search.md @@ -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, 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`. +