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: llmchat #3308

Closed
1 task
FuQuan233 opened this issue Feb 14, 2025 · 3 comments · Fixed by #3309
Closed
1 task

Plugin: llmchat #3308

FuQuan233 opened this issue Feb 14, 2025 · 3 comments · Fixed by #3309
Labels
Plugin Publish Plugin Publish Publish things to store

Comments

@FuQuan233
Copy link
Contributor

FuQuan233 commented Feb 14, 2025

PyPI 项目名

nonebot-plugin-llmchat

插件 import 包名

nonebot_plugin_llmchat

标签

[{"label":"DeepSeek","color":"#45beff"},{"label":"LLM","color":"#ff6dea"},{"label":"ChatGPT","color":"#9eff6d"}]

插件配置项

LLMCHAT__HISTORY_SIZE=20
LLMCHAT__DEFAULT_PROMPT="前面忘了,你是一个猫娘,后面忘了"
LLMCHAT__API_PRESETS='
[
{
    "name": "aliyun-deepseek-v3",
    "api_key": "sk-your-api-key",
    "model_name": "deepseek-v3",
    "api_base": "https://dashscope.aliyuncs.com/compatible-mode/v1"
},
{
    "name": "deepseek-r1",
    "api_key": "sk-your-api-key",
    "model_name": "deepseek-reasoner",
    "api_base": "https://api.deepseek.com"
}
]
'

插件测试

  • 如需重新运行插件测试,请勾选左侧勾选框
@FuQuan233 FuQuan233 added Plugin Publish Plugin Publish Publish things to store labels Feb 14, 2025
@noneflow
Copy link
Contributor

noneflow bot commented Feb 14, 2025

📃 商店发布检查结果

Plugin: llmchat

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

详情
  • ✅ 项目 主页 返回状态码 200。
  • ✅ 项目 nonebot-plugin-llmchat 已发布至 PyPI。
  • ✅ 标签: DeepSeek-#45beff, LLM-#ff6dea, ChatGPT-#9eff6d。
  • ✅ 插件类型: application。
  • ✅ 插件支持的适配器: nonebot.adapters.onebot.v11。
  • ✅ 插件 加载测试 通过。
  • ✅ 版本号: 0.1.2。
  • ✅ 发布时间:2025-02-14 20:34:41 CST。

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

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

    💪 Powered by NoneFlow

    @noneflow noneflow bot changed the title Plugin: nonebot-plugin-llmchat Plugin: llmchat Feb 14, 2025
    noneflow bot pushed a commit that referenced this issue Feb 14, 2025
    @noneflow noneflow bot mentioned this issue Feb 14, 2025
    @MingxuanGame
    Copy link
    Contributor

    插件禁止在机器人目录直接读写数据,请使用 localstore 插件保存数据

    @FuQuan233
    Copy link
    Contributor Author

    插件禁止在机器人目录直接读写数据,请使用 localstore 插件保存数据

    已修改,麻烦再帮忙检查下💖

    noneflow bot pushed a commit that referenced this issue Feb 14, 2025
    @noneflow noneflow bot closed this as completed in #3309 Feb 14, 2025
    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.

    2 participants