diff --git a/openwebui/.gitignore b/openwebui/.gitignore new file mode 100644 index 0000000..4c49bd7 --- /dev/null +++ b/openwebui/.gitignore @@ -0,0 +1 @@ +.env diff --git a/openwebui/docker-compose.yml b/openwebui/docker-compose.yml index 0a28c66..1e80e39 100644 --- a/openwebui/docker-compose.yml +++ b/openwebui/docker-compose.yml @@ -18,6 +18,7 @@ services: capabilities: [gpu] environment: - ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY} + - OLLAMA_BASE_URL=http://host.docker.internal:11436 - OPENAI_API_BASE_URL=http://host.docker.internal:4000/v1 - OPENAI_API_KEY=dummy # STT — Faster-Whisper large-v3-turbo