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 support for using local LLMs via ollama #66

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

meuleman
Copy link

@meuleman meuleman commented Oct 3, 2024

This is basic support, enabling a few embedding models as well as Llama-3.2 for chat.
The tokenizer used is currently the cl100k_base encoding by way of tiktoken.

@meuleman
Copy link
Author

meuleman commented Oct 3, 2024

Users will need to have installed ollama, and have pulled down the model(s) they'd like to use.
It might be possible to do this automatically, and even make the list of models available a function of what is available in ollama.

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.

1 participant