This commit is contained in:
2024-10-01 23:38:59 +08:00
parent f5e8f435f4
commit 2406a2b31a
4 changed files with 47 additions and 10 deletions

View File

@ -1,7 +1,7 @@
[project]
name = "nonebot-plugin-marshoai"
version = "0.1"
description = "Nonebot2插件从哔哩哔哩会员购获取简易展览数据"
description = "Nonebot2插件调用Azure OpenAI服务实现猫娘聊天"
readme = "README.md"
requires-python = "<4.0,>=3.9"
authors = [{ name = "Asankilp", email = "asankilp@outlook.com" }]
@ -10,7 +10,8 @@ dependencies = [
"nonebot-plugin-alconna>=0.48.0",
"azure-ai-inference>=1.0.0b4",
"zhDatetime>=1.1.0",
"aiohttp>=3.9"
"aiohttp>=3.9",
"httpx>=0.27.0"
]
license = { text = "MIT" }