jpbreda tries to let Mike run on your own hardware
A proposal to point Mike at self-hosted AI models, not just the big commercial clouds.
Out of the box, Mike talks to hosted commercial models from Anthropic (Claude) and Google (Gemini). jpbreda proposed a third path: connecting Mike to local, self-hosted model instances running on infrastructure you control. The setup uses vLLM, a popular engine for serving open models, which speaks the same wire format as OpenAI - so one adapter can cover any endpoint that follows that standard.
The design was deliberate about who configures it. Whoever runs the server sets the endpoint and model names once, and the local option becomes available to every user - no one has to paste in their own API key. It appears as a new choice in the model picker alongside the existing providers, and the original Claude and Gemini paths keep working untouched. jpbreda reported testing the full flow, including document generation, against a live endpoint. Note: the proposal was closed without being merged, so it hasn't landed in the main project.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?