File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/nonebot_plugin_nyaturingtest Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies = [
1616 " requests>=2.32.3" ,
1717 " faiss-cpu>=1.11.0" ,
1818 " langchain-community>=0.3.23" ,
19- " openai>=1.77 .0" ,
19+ " openai>=1.78 .0" ,
2020 " google-genai>=1.14.0" ,
2121 " asyncio>=3.4.3" ,
2222 " uuid>=1.30" ,
@@ -25,7 +25,7 @@ dependencies = [
2525[dependency-groups ]
2626dev = [
2727 " nonebot2[fastapi]>=2.4.2,<3.0.0" ,
28- " ruff>=0.11.8 ,<1.0.0" ,
28+ " ruff>=0.11.9 ,<1.0.0" ,
2929 # "nonemoji>=0.1.4,<1.0.0", # 推荐全局安装 pipx install nonemoji
3030 # "pre-commit>=4.1.0", # 推荐全局安装 pipx install pre-commit
3131]
Original file line number Diff line number Diff line change 2121from .session import Session
2222
2323__plugin_meta__ = PluginMetadata (
24- name = "名称 " ,
25- description = "描述 " ,
26- usage = "用法 " ,
24+ name = "NYATuringTest " ,
25+ description = "群聊特化llm聊天机器人,具有长期记忆和情绪模拟能力 " ,
26+ usage = "群聊特化llm聊天机器人,具有长期记忆和情绪模拟能力 " ,
2727 type = "application" ,
2828 homepage = "https://github.com/shadow3aaa/nonebot-plugin-nyaturingtest" ,
2929 config = Config ,
You can’t perform that action at this time.
0 commit comments