这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</>
);
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down