opennbLM

teaching brain

connect the model you already use

opennbLM does not ship a built-in llm. teaching, chat, and studio generation go through the engine you attach from a notebook.

how you connect

open a notebook or lesson and click the model chip. the picker lists engines the desktop process can see. you sign in or start the local server in that engine’s own tool — not by pasting a secret into settings.

supported engines

  • claude, codex, gemini, opencode — command-line tools. install them, complete their login if they ask, then choose a model in the picker.
  • ollama — run models on this machine. start the server, then pick ollama.
  • lm studio — openai-compatible local server. start it, then select it as the brain.

if you use ollama

ollama serve

what the brain is used for

grounded questions in the notebook, titles after you generate a guide, and studio artifacts (audio overview scripts, mind maps, quizzes, slides, and the rest). if no brain is connected, those actions stay disabled and the home banner remains.

cloud vs locala cloud cli sends the selected source excerpts to that vendor. ollama and lm studio keep inference on your machine. pick the engine that matches how you want the text to travel.
privacytermsdocs