Skip to content
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

[Feature] Set a default ip for ollama settings #524

Open
valentimarco opened this issue Oct 23, 2023 · 1 comment
Open

[Feature] Set a default ip for ollama settings #524

valentimarco opened this issue Oct 23, 2023 · 1 comment
Labels
endpoints Related to http / ws endpoints enhancement New feature or request good first issue Good for newcomers LLM Related to language model / embedder

Comments

@valentimarco
Copy link
Collaborator

valentimarco commented Oct 23, 2023

Right now, there isn't a default ip for the settings of ollama.
I thought about using host.docker.internal that is a particular string for docker and with this the localhost don't point inside the container but outside.
So i can use http://localhost:11443 in the settings of ollama, and point outside the container!
(This need also to be in the Ollama runtime container of course)

Source of this info

@valentimarco valentimarco added the enhancement New feature or request label Oct 23, 2023
@pieroit pieroit added endpoints Related to http / ws endpoints LLM Related to language model / embedder labels Oct 23, 2023
@pieroit pieroit added the good first issue Good for newcomers label Nov 13, 2023
@pieroit
Copy link
Member

pieroit commented Dec 28, 2023

We sure the 0.0.0.0 hack works?
We can have that as default address for Ollama

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
endpoints Related to http / ws endpoints enhancement New feature or request good first issue Good for newcomers LLM Related to language model / embedder
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants