refactor(litellm): 更新应用版本从v1.83.0-nightly到v1.83.3-stable

迁移配置文件和数据文件到新版本目录
更新docker-compose配置以匹配稳定版本
This commit is contained in:
arch3rPro
2026-04-14 22:31:28 +08:00
parent 9f19223ab7
commit 3df51564ef
4 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
services:
litellm:
image: ghcr.io/berriai/litellm:v1.83.0-nightly
image: ghcr.io/berriai/litellm:v1.83.3-stable
container_name: ${CONTAINER_NAME}
#########################################
## Uncomment these lines to start proxy with a config.yaml file ##