* Update index.jsx

"Any existing instances of Bing Search APIs, with your LLM will be decommissioned completely, and the product will no longer be available for usage or new customer signups."
https://azure.microsoft.com/en-us/updates?id=483570

I checked by creating azure account myself to see it is not available. The alternative "Grounding with Bing Search" product only has one pricing available--Grounding with Bing Search ($35 per 1K transactions)

* Update index.jsx

"Any existing instances of Bing Search APIs, with your LLM will be decommissioned completely, and the product will no longer be available for usage or new customer signups."
https://azure.microsoft.com/en-us/updates?id=483570

I checked by creating azure account myself to see it is not available. The alternative "Grounding with Bing Search" product only has one pricing available--Grounding with Bing Search ($35 per 1K transactions)

* update copy

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
thejjw 2025-04-29 07:14:12 +09:00 committed by GitHub
parent dd9c2b4af9
commit 0e71a5d36c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -210,16 +210,17 @@ export function BingSearchOptions({ settings }) {
</li>
<li>Create a new Azure account or sign in with an existing one.</li>
<li>
Navigate to the "Create a resource" section and search for "Bing
Search v7".
Navigate to the "Create a resource" section and search for "Grounding
with Bing Search".
</li>
<li>
Select the "Bing Search v7" resource and create a new subscription.
Select the "Grounding with Bing Search" resource and create a new
subscription.
</li>
<li>Choose the pricing tier that suits your needs.</li>
<li>
Choose the pricing tier that suits your needs (free tier available).
Obtain the API key for your Grounding with Bing Search subscription.
</li>
<li>Obtain the API key for your Bing Web Search subscription.</li>
</ol>
</>
);

View File

@ -74,8 +74,7 @@ const SEARCH_PROVIDERS = [
value: "bing-search",
logo: BingSearchIcon,
options: (settings) => <BingSearchOptions settings={settings} />,
description:
"Web search powered by the Bing Search API. Free for 1000 queries per month.",
description: "Web search powered by the Bing Search API (paid service).",
},
{
name: "Serply.io",