mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
fix: 修复aws 在使用anthropic供应商模型时报错
This commit is contained in:
parent
9aeb68c402
commit
81ffe59c9b
|
|
@ -52,6 +52,7 @@ psutil = "^6.0.0"
|
||||||
celery = { extras = ["sqlalchemy"], version = "^5.4.0" }
|
celery = { extras = ["sqlalchemy"], version = "^5.4.0" }
|
||||||
django-celery-beat = "^2.6.0"
|
django-celery-beat = "^2.6.0"
|
||||||
celery-once = "^3.0.1"
|
celery-once = "^3.0.1"
|
||||||
|
anthropic = "^0.34.2"
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue