mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-07-31 08:59:51 +00:00
✨ 修复意外完成原因的访问方式,并添加OpenAI依赖
This commit is contained in:
@ -27,7 +27,8 @@ dependencies = [
|
||||
"sumy>=0.11.0",
|
||||
"azure-ai-inference>=1.0.0b6",
|
||||
"watchdog>=6.0.0",
|
||||
"nonebot-plugin-apscheduler>=0.5.0"
|
||||
"nonebot-plugin-apscheduler>=0.5.0",
|
||||
"openai>=1.58.1"
|
||||
|
||||
]
|
||||
license = { text = "MIT, Mulan PSL v2" }
|
||||
|
Reference in New Issue
Block a user