Skip to content
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

Plugin: 谷歌 Gemini 多模态助手 #3164

Closed
1 task
zhiyu1998 opened this issue Dec 5, 2024 · 3 comments · Fixed by #3165
Closed
1 task

Plugin: 谷歌 Gemini 多模态助手 #3164

zhiyu1998 opened this issue Dec 5, 2024 · 3 comments · Fixed by #3165
Labels
Plugin Publish Plugin Publish Publish things to store

Comments

@zhiyu1998
Copy link
Contributor

zhiyu1998 commented Dec 5, 2024

PyPI 项目名

nonebot-plugin-multimodal-gemini

插件 import 包名

nonebot-plugin-multimodal-gemini

标签

[{"label":"Gemini","color":"#368bd1"},{"label":"AI","color":"#368bd1"},{"label":"GPT","color":"#368bd1"}]

插件配置项

插件测试

  • 如需重新运行插件测试,请勾选左侧勾选框
@noneflow
Copy link
Contributor

noneflow bot commented Dec 5, 2024

📃 商店发布检查结果

Plugin: 谷歌 Gemini 多模态助手

✅ 所有测试通过,一切准备就绪!

详情
  • ✅ 项目 nonebot-plugin-multimodal-gemini 已发布至 PyPI。
  • ✅ 插件发布时间:2024-12-12 05:08:37。
  • ✅ 项目 主页 返回状态码 200。
  • ✅ 标签: Gemini-#368bd1, AI-#368bd1, GPT-#368bd1。
  • ✅ 插件类型: application。
  • ✅ 插件支持的适配器: nonebot.adapters.onebot.v11。
  • ✅ 插件版本号: 0.0.3。
  • ✅ 插件 加载测试 通过。

  • 💡 如需修改信息,请直接修改 issue,机器人会自动更新检查结果。
    💡 当插件加载测试失败时,请发布新版本后勾选插件测试勾选框重新运行插件测试。

    ♻️ 评论已更新至最新检查结果

    💪 Powered by NoneFlow

    @yanyongyu
    Copy link
    Member

    插件数据请使用 localstore 插件存储。模型接口调用请使用异步的 generate_content_async

    @he0119 he0119 added the Publish Publish things to store label Dec 8, 2024
    @zhiyu1998
    Copy link
    Contributor Author

    0.0.2 已修正

    1. 使用 localstore 插件存储
    local_dir = store.get_plugin_data_file("tmp")
    1. 使用异步的 generate_content_async
    response = await model.generate_content_async(content_list)

    @noneflow noneflow bot changed the title Plugin: 谷歌 Gemini 多模态助手 Plugin: 谷歌 Gemini Dec 12, 2024
    @noneflow noneflow bot changed the title Plugin: 谷歌 Gemini Plugin: 谷歌 Gemini 多模态助手 Dec 12, 2024
    @noneflow noneflow bot closed this as completed in #3165 Dec 12, 2024
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Plugin Publish Plugin Publish Publish things to store
    Development

    Successfully merging a pull request may close this issue.

    3 participants