You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://ollama.com/ is a way to run llama locally. It serves models at a local url.
I'd like to use it in dspy_nodes but maybe some modifications would be needed
i'd be happy to make a pull request if you have an idea of how it could be done and talk me through it a little.
The model node I currently use is pretty simple. If Ollama has an OpenAI compatible API, no changes to the code might be necessary. Maybe api_base should become a parameter.
https://ollama.com/ is a way to run llama locally. It serves models at a local url.
I'd like to use it in dspy_nodes but maybe some modifications would be needed
i'd be happy to make a pull request if you have an idea of how it could be done and talk me through it a little.
There's an object for it in DSPy: https://dspy-docs.vercel.app/api/local_language_model_clients/Ollama
The text was updated successfully, but these errors were encountered: