Skip to content

Commit b28f9df

Browse files
committed
📝 准备发布工作
1 parent 1fb5e90 commit b28f9df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
2626
dev = [
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
]

src/nonebot_plugin_nyaturingtest/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
from .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,

0 commit comments

Comments
 (0)