-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支持Gemini 聯網搜索調用 #615
Comments
目前暂时不知道该怎么支持,OpenAI的格式里没这个东西 |
目前兼容了OpenAI格式下设置tools的调用方法
|
好強 作者加油 |
现在测试这个功能发现开启tool后不能传图 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
看了一下官方说明开启搜索是仅支持文本的哈 |
好的,不过我在ai studio 上测试了能够同时传图和搜索,等后续跟进 |
等gemini的api支持了就行,现在的代码没问题 |
作者有想到甚麼方法可以在owu當中加入tools嗎 |
|
|
联网都是应用侧增强实现的。我觉得可以参考火山大模型的这个逻辑:https://www.volcengine.com/docs/82379/1262342 但是我觉得更简单的是,参考下chrome插件:Page Assist的实现,其实也算是应用了:1、调用搜索api,可以自定义。2、返回的结果拼到提示词往后面传给大模型对话接口。 |
我在想能不能像是o1-high那樣給模型後面添加一個-search就能啟用 |
例行检查
功能描述
可以聯網搜索的gemini模型
見:https://linux.do/t/topic/291469?u=joegodwanggod
应用场景
聯網搜索
The text was updated successfully, but these errors were encountered: