Replies: 1 comment
|
Short answer: this is not supported by the released Omi app at the moment. LM Studio does expose an OpenAI-compatible API, normally at There is also an architecture issue: the normal app sends chat work to Omi's hosted backend. The current workaround is therefore a developer/self-host route:
That is not yet a complete drop-in replacement. Omi's main agent chat currently follows a separate Anthropic path, and the open custom-provider PR itself says it only covers the So: it is possible with a locally hosted backend plus source changes, but there is no supported app-only configuration today. I would subscribe to #6878/#8466 rather than expecting the existing BYOK fields to work with LM Studio. |
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to find a way to use LM Studio as a local AI provider instead of relying on paid OpenAI/Anthropic APIs.
Has anyone here managed to make this work with Omi, or found a workaround? I searched through older posts and docs but couldn’t find anything conclusive.
Any tips, examples, or guidance would be really appreciated 🙏
All reactions