u14app/gemini-next-chat

[Feature Request]: Native search support

Opened this issue · 5 comments

Problem Description

现在的搜索是用插件系统实现的,但谷歌已原生推出接地功能,在API层级实现搜索,不需要借助duckduckgo等第三方服务。

Solution Description

谷歌的接地工具除了会给出来源外还会给出搜索建议,这些内容都可以在界面上一起展示。

Alternatives Considered

No response

Additional Context

No response

Bot detected the issue body's language is not English, translate it automatically.


Title: [Feature Request]: Native search support

Problem Description

Current search is implemented using a plug-in system, but Google has natively launched a grounding function to implement search at the API level without resorting to third-party services such as duckduckgo.

Solution Description

In addition to giving sources, Google's grounding tool also gives search suggestions, and these contents can be displayed together on the interface.

Alternatives Considered

No response

Additional Context

No response

The grounding API is charged, and the fee is not low, which is not very practical for ordinary users.
Gemini 2.0 Flash Exp can currently call the serach function for free (probably a bug), but it is likely to be disabled or charged directly in the future.

The latest news is that Google has disabled the googleSearch call permission without a bound credit card account.

The latest news is that Google has disabled the googleSearch call permission without a bound credit card account.

经过实验,确实谷歌已经把免费搜索停了。但开通付费计划以后就又能正常用了。现在Cherry Studio已经更新了搜索按钮,可以借鉴他们的做法添加类似功能吗?的确可能很多人不愿意付费,但毕竟谷歌搜索是很实用的功能,可否把付费的选择权交给用户呢?

image

蓝色按钮是启用搜索。

Understood. I will consider adding search support to the Gemini 2.0 series API, but it will not be a high priority for development.