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

added new community integration (headless-ollama) #4612

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

nischalj10
Copy link
Contributor

ollama makes it wonderfully easy to build desktop apps that rely on local LLMs with its js and python libraries.

however, the user's system needs to have ollama already installed for the desktop app to use the libraries and make calls to the LLMs. Making users install ollama client separately isn't good UX tbh. thus, "headless-ollama"

this repo has pre-run scripts which automatically utilises node runtime to check for the host OS and installs the ollama client and the models needed by the desktop app before the server starts.

this is really helpful while building desktop apps where you want everything to be local and self contained within the system.

@nischalj10 nischalj10 changed the title added headless-ollama added new community integration (headless-ollama) May 25, 2024
Copy link
Member

@jmorganca jmorganca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@jmorganca jmorganca merged commit 85169e8 into ollama:main Jun 9, 2024
TensorTemplar pushed a commit to TensorTemplar/ollama that referenced this pull request Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants