Skip to content

Commit

Permalink
bug: Fix vLLM docker compose backend url
Browse files Browse the repository at this point in the history
kaspermarstal committed Sep 14, 2024
1 parent bc8f925 commit 2c108e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.vLLM.GPU.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ services:
frontend:
image: ghcr.io/open-webui/open-webui:main
environment:
- OPENAI_API_BASE_URLS=http://vllm:8000/v1
- OPENAI_API_BASE_URLS=http://backend:8000/v1
- OPENAI_API_KEY=secret
- WEBUI_AUTH=False
- ENABLE_OLLAMA_API=False

0 comments on commit 2c108e9

Please sign in to comment.