I'm looking at this Docker compose file https://github.com/plandex-ai/plandex/blob/main/app/docker-compose.yml
And it says OLLAMA_BASE_URL: http://host.docker.internal:11434 but I have OpenAI compatible vLLM available on the host machine of the Docker container. Is there a way to use that instead?
I'm looking at this Docker compose file https://github.com/plandex-ai/plandex/blob/main/app/docker-compose.yml
And it says
OLLAMA_BASE_URL: http://host.docker.internal:11434but I have OpenAI compatible vLLM available on the host machine of the Docker container. Is there a way to use that instead?