mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2025-09-04 10:20:45 +00:00
🐛 fix pyproject.toml
This commit is contained in:
parent
3b0f414e53
commit
94138cfdb6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ keywords = ["nonebot", "nonebot2", "llm", "ai"]
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
openai = ">=1.0.0>"
|
||||
openai = ">=1.0.0"
|
||||
nonebot2 = "^2.2.0"
|
||||
aiofiles = ">=24.0.0"
|
||||
nonebot-plugin-apscheduler = "^0.5.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue