fix: use complete URL env var for vLLM API base

- Replace GPU_TAILSCALE_IP interpolation with GPU_VLLM_API_URL
- LiteLLM requires full URL in api_base with os.environ/ syntax

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-23 13:17:37 +01:00
parent f3f32c163f
commit 779e76974d
2 changed files with 3 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ services:
LITELLM_MASTER_KEY: ${AI_LITELLM_API_KEY}
DATABASE_URL: postgresql://${AI_DB_USER}:${AI_DB_PASSWORD}@ai_postgres:5432/litellm
GPU_TAILSCALE_IP: ${GPU_TAILSCALE_IP}
GPU_VLLM_API_URL: ${GPU_VLLM_API_URL}
# LITELLM_DROP_PARAMS: 'true' # DISABLED: Was breaking streaming
NO_DOCS: 'true'
NO_REDOC: 'true'