v0.2,支持保存/读取上下文

This commit is contained in:
2024-10-03 15:16:32 +08:00
parent aa605afc9e
commit e4facb65f7
6 changed files with 57 additions and 24 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-marshoai"
version = "0.1.4"
version = "0.2"
description = "Nonebot2插件调用Azure OpenAI服务实现猫娘聊天"
readme = "README.md"
requires-python = "<4.0,>=3.9"
@ -22,6 +22,7 @@ Homepage = "https://github.com/LiteyukiStudio/nonebot-plugin-marshoai"
[tool.nonebot]
plugins = ["nonebot_plugin_marshoai"]
adapters = [{name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11"}]
[tool.pdm]