We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
新功能
近期Google更新了新的功能 Function calling,可以通过调用js来进行一系列操作,比如联网 求适配,这是官方文档:https://ai.google.dev/gemini-api/docs/function-calling 这是隔壁大佬做的一个web search的示例:https://github.com/hihumanzone/Gemini-OpenAI-web-search-function-call
The text was updated successfully, but these errors were encountered:
现在 Gemini 只支持用 OneAPI 接入,你试一下在 llm-models.json 给对应模型启用一下 func calling 看看能不能直接用?
参考:
Sorry, something went wrong.
测试了一下开启不了,有点懵,请求一些指引,谢谢。这是我的llm-models.json已经配置好的设置: { "model_name": "gemini-1.5-pro-002", "name": "OneAPI/gemini-1.5-pro-002", "tool_call_supported": true },
No branches or pull requests
这是一个?
新功能
详细描述
近期Google更新了新的功能 Function calling,可以通过调用js来进行一系列操作,比如联网
求适配,这是官方文档:https://ai.google.dev/gemini-api/docs/function-calling
这是隔壁大佬做的一个web search的示例:https://github.com/hihumanzone/Gemini-OpenAI-web-search-function-call
The text was updated successfully, but these errors were encountered: