Any thing I shall do to pick up a model in web ui? #1360

Closed
opened 2025-11-11 14:43:37 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @amdhugo on GitHub (Jun 24, 2024).

ollama is install on my unbuntu box. I can run it in command line.
I install open-webui with trying those three commands,
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
docker run -d -p 3000:8080 -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama

however, there is nothing I can pick up in "select a model". Anything else I shall follow up?

Originally created by @amdhugo on GitHub (Jun 24, 2024). ollama is install on my unbuntu box. I can run it in command line. I install open-webui with trying those three commands, docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main docker run -d -p 3000:8080 -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama however, there is nothing I can pick up in "select a model". Anything else I shall follow up?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1360