-
Notifications
You must be signed in to change notification settings - Fork 284
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
Impossible to connect to ollama #93
Comments
Hi @MatthewDlr, First off, sorry for the late response! I just pushed some changes in #95, could you try updating and then change the .env from |
No worries mate! My UI is hosted here |
Ah, I see. I think to make it work, you'd have to probably host your Ollama server somewhere over HTTPS. For instance using Cloudflare Tunnel or Ngrok |
Ollama needs to be started with the environment variable
otherwise it will reject serving those requests |
Hey there,
Recently, I struggled to get connected to the web app to OLLAMA outside of localhost.
I get an error 500 every time I load the website:
GET https://ollama/api/tags 500 (Internal Server Error)
I think this might have something to do with OLLAMA_ORIGINS, but the docs on this are not helpful.
By any chance, do you have tips to get connected to OLLAMA from your project?
Thanks!
The text was updated successfully, but these errors were encountered: