From 76815f93e42005c1ce531cc39aa35c90b6c5c4b2 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 5 Jul 2026 21:41:49 -0700 Subject: [PATCH] fix(ai): litellm image litellm-database:main-latest to match running stack --- ai.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai.yaml b/ai.yaml index 98a23f0..b1c3437 100644 --- a/ai.yaml +++ b/ai.yaml @@ -57,7 +57,7 @@ services: - traefik.http.services.open-webui.loadbalancer.sticky.cookie.httponly=true - traefik.swarm.network=traefik_backend litellm: - image: docker.litellm.ai/berriai/litellm:1.90.0 + image: docker.litellm.ai/berriai/litellm-database:main-latest command: --config /app/config.yaml --port 4000 environment: - AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}