nforum lets Mike run on your own hardware
A new self-hosted option means the legal-AI chat can run on infrastructure you control instead of a third-party cloud.
nforum has wired in support for running Mike's chat against a self-hosted AI model - an inference setup you stand up on your own servers rather than calling out to a cloud provider. Configuration is environment-level, so there's no per-user key to hand out, and the local engine sits alongside the existing cloud option behind a single shared client that routes each request to the right backend.
One thing to watch if you adopt this: once the self-hosted endpoint is switched on, the fork quietly makes the local model the default for everything, including background tasks like generating chat titles. That's a sensible bias for an on-premises shop, but it's baked into the code rather than left as a setting - worth knowing before you pick it up wholesale.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?