ollama python client wants OLLAMA_HOST or host#603
Open
TheDynomike wants to merge 2 commits intobrowser-use:mainfrom
Open
ollama python client wants OLLAMA_HOST or host#603TheDynomike wants to merge 2 commits intobrowser-use:mainfrom
TheDynomike wants to merge 2 commits intobrowser-use:mainfrom
Conversation
…here this repo passes in host)
Contributor
There was a problem hiding this comment.
cubic reviewed 2 files and found no issues. Review PR in cubic.dev.
Collaborator
|
I don't think this is the reason why Ollama can't be connected. Your changes will affect the use of Ollama by non-Docker users, which is unacceptable. Have you tried connecting to Ollama in Docker by http://host.docker.internal:11434? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PROBLEM:
Running ollama server via docker container on my Ubuntu headless server
SOLUTION:
I wasn't able to identify where the code could pass in the expected host here: https://github.com/ollama/ollama-python/blob/main/ollama/_client.py#L94
so I opted for the "or" OLLAMA_HOST fix which is a straightforward addition to the env vars.
Related issue:
#595
Summary by cubic
Added OLLAMA_HOST environment variable to support Python clients that expect this variable for connecting to the Ollama server.