nforum hands Mike a third AI engine: OpenAI

OpenAI now sits alongside Claude and Gemini as a pickable model provider in nforum's fork.

integrationinfrastructure

nforum's fork already let users choose between Anthropic's Claude and Google's Gemini. This thread adds OpenAI as a third option, with each user supplying their own key - the OpenAI choices only light up once a key is on file. The setup mirrors what was already there rather than rewiring it: a heavyweight model handles the main work, while a smaller, cheaper one takes lighter jobs like tabular review and generating titles.

The practical upshot is choice. Firms that have already standardised on a particular vendor - for procurement, data-handling, or pricing reasons - can now point Mike at the engine they're contracted with, instead of being locked to one.

So what Worth a look for any legal team that wants to run Mike on the AI vendor they've already vetted, rather than the one the tool happens to ship with.

View this fork on GitHub →

Spotted something wrong? Or know the PR text has fresher detail than the writeup above?

Commits in this thread

2 commits from nforum/mike, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
860e6ff5 Add OpenAI as third LLM provider (GPT-5.5, GPT-5.4 Nano) Tom Griffin 2026-05-01 ↗ GitHub
commit body
Adds full OpenAI support across backend and frontend, following the
existing Claude/Gemini provider pattern: streaming chat with tool use,
text completion, model selection UI, API key management, and DB schema.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
54be20d5 Merge PR #16: Add OpenAI as third LLM provider (GPT-5.5, GPT-5.4 Nano) Bojan Plese 2026-05-07 ↗ GitHub

Capture this thread into my fork

Download a single Markdown prompt that tells Claude how to port every commit above into your working tree — adapting paths and structure to match your repo. Run it via claude -p < capture-thread-51.md from inside the repo you want the changes in.

⬇ Download capture-thread-51.md