Supporting Local Models: Integration & Architecture #5
amirhouieh
started this conversation in
Ideas & Feature Suggestions
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We should support local LLMs in Unbody. It’s a common need, and several users have already brought it up.
I'm thinking of two possible paths for integration:
Integrate with local model runners like Ollama or LM Studio
These let users run models like LLaMA or Mistral locally, exposing a unified interface without Unbody handling deployments.
Support models directly inside Unbody
This would mean integrating specific model runtimes (e.g., GGUF, Transformers, vLLM). More work, but more control.
Besides integration, we also need to think about structure:
The end goal is simple: bring-your-own-model support, whether local or hosted.
Curious to hear your thoughts or experiences with this.
Beta Was this translation helpful? Give feedback.
All reactions