-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Add support for Ollama LLM #1526
Conversation
AGREED! |
I'm trying this branch ... its seems to to want to build lllamacpp... settings-ollama.yaml
|
@oatmealm So, I think that you also need to set the llm mode:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing! Could you update the documentation so people can figure out how to use this?
https://docs.privategpt.dev/manual/advanced-setup/llm-backends
Just update the markdown in fern/docs/pages/manual/llms.mdx
Allow using Ollama as the LLM Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
Done |
Published docs preview URL: https://privategpt-preview-07644e6b-6bd8-4356-8df9-0943032914bd.docs.buildwithfern.com |
This is great! Ollama now supports the openai api format. I have just been running privategpt using the "openailike" which has been working fine. |
How can I combine embeddings when using Ollama LLM? Please give example of configuration and how to run it? thanks |
Allow using Ollama as the LLM