From 36a63d997bca3ff5214947cdc741b6b3dd9a6a9e Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 16 Sep 2025 12:36:44 +0800 Subject: [PATCH] update --- litellm/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/docker-compose.yml b/litellm/docker-compose.yml index 50cb87d..c0aecb0 100644 --- a/litellm/docker-compose.yml +++ b/litellm/docker-compose.yml @@ -1,7 +1,7 @@ services: litellm: - image: ghcr.io/berriai/litellm:main-stable + image: litellm/litellm:v1.77.1-stable command: --config /app/config.yaml --telemetry False ports: - "4000:4000"