-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for "custom"/alternative endpoints #14
Comments
I can't reproduce it, it works for me with: |
First, I really enjoy this project! Thank you. I am having the same issue. The web-ui reflects the environment variable override for the default model, but the actual request to the server does not. I am able to work around this issue by first toggling between another installed model and back to the default. It will then work as expected. I'll see if I can get more info, but here is what I have right now: My docker-compose.yml file:
When not applying the workaround, this error shows up in the browser window: And the console output when the above error is shown:
|
I tried reproducing my same issue and was unable to on two other machines, and after doing a fresh install on my original machine the issue went away. |
Same here, I can't reproduce this one ¯_(ツ)_/¯ |
@thoraxe have you been able to sovle the issue? |
The following only partially works:
podman run -it --rm -e OLLAMA_HOST=http://somewhere.com -p 3000:3000 -e DEFAULT_MODEL=mistral:7b-instruct ghcr.io/ivanfioravanti/chatbot-ollama:main
The UI seems to act like it's willing to follow the ENV, but then forces itself to default to
mistral:latest
and blows up with errors:The text was updated successfully, but these errors were encountered: