mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #8679] Models are not Visible to select #102207
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @scalenow on GitHub (Jan 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8679
Evening folks, The installation mode is Ollama ,When I log in as admin I can select models and perform normal funtions . The application detected Ollams models,however when I login as a user then no models are visible .When I try to enter a query, the application says select a model Please help.
Used the following to install
Install Open WebUI: Open your terminal and run the following command to install Open WebUI:
pip install open-webui
Running Open WebUI: After installation, you can start Open WebUI by executing:
open-webui serve
This will start the Open WebUI server, which you can access at http://localhost:8080/
Expected Behavior:
Model should be seen to select
Actual Behavior:
When I log in as admin I can select models and perform normal funtions . The application detected Ollams models, however when I login as a user then no models are visible .When I try to enter a query, the application says select a model
@rgaricano commented on GitHub (Jan 19, 2025):
are u config model/s as public?