wandb / openui

OpenUI let's you describe UI using your imagination, then see it rendered live.
https://openui.fly.dev
Apache License 2.0
18.67k stars 1.7k forks source link

Ollama models not loading #201

Open ZeyoYT opened 1 week ago

ZeyoYT commented 1 week ago

i am going to use ollama with this, as i dont own openai key or anthropic key, i still added them to the env var in docker compose, but still asking for login via github, and even if i do try to login, it wont allow me to, the github page gives 404

i have it running in production mode, and i also have a domain attached to it, its also behind a basic auth

ZeyoYT commented 1 week ago

Update, after looking thru some issues, i removed OPENUI_ENVIRONMENT=production, and it worked, while i cannot access the ui locally thru the ip ( as its running in a remote machine ), i am able to access it with the domain as nginx and openui are running in same machine maybe, but issue is that there are no models being loaded

ollama is running in a remote machine and its accessible because my other apps that uses ollama are working. the env variable i am using in docker for ollama is

OLLAMA_HOST=http://192.168.0.121:11434