fix: 修复aws 在使用anthropic供应商模型时报错
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled

This commit is contained in:
shaohuzhang1 2024-09-29 18:58:00 +08:00 committed by shaohuzhang1
parent 9aeb68c402
commit 81ffe59c9b

View File

@ -52,6 +52,7 @@ psutil = "^6.0.0"
celery = { extras = ["sqlalchemy"], version = "^5.4.0" }
django-celery-beat = "^2.6.0"
celery-once = "^3.0.1"
anthropic = "^0.34.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"