Chris Van Pelt (CVP)
Chris Van Pelt (CVP)
Hey @dkarthi1973 I just pushed a fix to master, not sure if it will address this issue, but it did get ollama working in GH codespaces which I imagine is...
This is now fixed in the main branch. It was an issue with the Ollama settings bar, I [fixed it here]( https://github.com/wandb/openui/commit/897ce883786535694e4f4464f8d88e7fff62ce19#diff-63bf6295842ec46d2e4fd3de5253775b2802fd3950f422ad53b0a9b2340c093c). I'll keep this issue open for now as...
@alfi4000 I got it all working in main within Docker Compose! See [this section](https://github.com/wandb/openui?tab=readme-ov-file#docker-compose) of the README.
Sorry about that, I'll update the instructions. You likely need to add `-e OPENUI_ENVIRONMENT=production`, without that the service in the container only listens on 127.0.0.1, but with it you should...
@lucesgabriel that tells the docker container to run in production mode so if you're getting the same issue when attempting to run docker, your docker command should instead be: ```bash...
@phoedos, just fixed the ollama / login issue even when not using OpenAI. For ollama to work from within docker you would need the ollama docker container running on the...
Thanks @phoedos, I found the issue. If you run the following the docker container should work now! I had forgotten setting the environment to production tried to enforce login. Let...
@phoedos make sure you're not setting `OPENUI_ENVIRONMENT=production` that should be left out when start the container. I'm not sure what you mean by "login attempt" though. What behavior are you...
Awesome! I also added a [Docker Compose section](https://github.com/wandb/openui?tab=readme-ov-file#docker-compose) to the readme that includes Ollama.
This is a cool idea. It's close to being able to work as the HTML window on the bottom is editable, it's just not wired up to the state store...