mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2025-09-06 19:40:44 +00:00
🎉 Initial commit
This commit is contained in:
commit
bbcd2377a1
8 changed files with 752 additions and 0 deletions
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
[tool.poetry]
|
||||
name = "nonebot-plugin-llmchat"
|
||||
version = "0.1.0"
|
||||
description = "Nonebot AI group chat plugin supporting multiple API preset configurations"
|
||||
license = "GPL"
|
||||
authors = ["FuQuan i@fuquan.moe"]
|
||||
readme = "README.md"
|
||||
homepage = "https://github.com/FuQuan233/nonebot-plugin-llmchat"
|
||||
repository = "https://github.com/FuQuan233/nonebot-plugin-llmchat"
|
||||
documentation = "https://github.com/FuQuan233/nonebot-plugin-llmchat#readme"
|
||||
keywords = ["nonebot", "nonebot2", "llm", "ai"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
openai = ">=1.0.0>"
|
||||
nonebot2 = "^2.2.0"
|
||||
aiofiles = ">=24.0.0"
|
||||
nonebot-plugin-apscheduler = "^0.5.0"
|
||||
nonebot-adapter-onebot = "^2.0.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
Add table
Add a link
Reference in a new issue