morphic
morphic copied to clipboard
Ollama support
As title, when support local LLMs? like ollama.
I plan to support Local LLM in the future.
Currently, Ollama's OpenAI compatibility doesn't include Tool support. If Ollama adds support for it, I intend to implement it immediately.
- https://github.com/ollama/ollama/issues/2417
- https://github.com/ollama/ollama/issues/3137
- https://github.com/ollama/ollama/pull/3303
@miurla Please see https://github.com/rashadphz/farfalle for a great local model implementation. This is exactly like Morphic, so I am sure we can also add Ollama to Morphic. As better function calling becomes available, we can update the feature.