Can't use OpenAI API tries to use Ollama instead #1718

Closed
opened 2025-11-11 14:50:48 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @byjlw on GitHub (Aug 7, 2024).

Ran this command but with a real key as explained in the readme
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

What i expected was a list of openAI API models

What i got was the list of models from my ollama instance.

Originally created by @byjlw on GitHub (Aug 7, 2024). Ran this command but with a real key as explained in the readme `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` What i expected was a list of openAI API models What i got was the list of models from my ollama instance.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1718