mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 11:42:44 +08:00
deps: 添加 anthropic 依赖库
This commit is contained in:
parent
0cfb8bb29f
commit
550a131685
|
@ -3,6 +3,7 @@ import pip
|
|||
required_deps = {
|
||||
"requests": "requests",
|
||||
"openai": "openai",
|
||||
"anthropic": "anthropic",
|
||||
"colorlog": "colorlog",
|
||||
"mirai": "yiri-mirai-rc",
|
||||
"aiocqhttp": "aiocqhttp",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
requests
|
||||
openai>1.0.0
|
||||
anthropic
|
||||
colorlog~=6.6.0
|
||||
yiri-mirai-rc
|
||||
aiocqhttp
|
||||
|
|
Loading…
Reference in New Issue
Block a user