Skip to content

docs: cover what happens when the local Ollama server is down - #204

Merged
plombeer31 merged 1 commit into
AtomicBot-ai:mainfrom
yablokolabs:docs/ollama-server-down
Aug 21, 2026
Merged

docs: cover what happens when the local Ollama server is down#204
plombeer31 merged 1 commit into
AtomicBot-ai:mainfrom
yablokolabs:docs/ollama-server-down

Conversation

@yablokolabs

Copy link
Copy Markdown
Contributor

Follow-up to the closed #128. That PR added a "New in v0.2.1 / auto-detects" note that was rightly rejected:

  • the preset is a fixed http://localhost:11434 endpoint, not a detector (see src/tui/providers/provider-presets.ts)
  • the section already covered the setup flow two paragraphs above
  • the repo keeps no "New in vX" version badges

This change drops that note and instead documents the gap @sosidudku1 pointed out: what happens when the Ollama server isn't running.

Verified against the code:

  • Wizard (src/tui/components/providers-wizard.tsx): when the fetch to http://localhost:11434/v1/models fails, the hint reads could not list models from Ollama (local) and falls back to typing a model id by hand.
  • LLM panel (src/tui/components/llm-mode-rows.tsx): the model list shows model list unavailable and only the current model.
  • Preset (src/tui/providers/provider-presets.ts): fixed http://localhost:11434, no probe — so the "auto-detects" wording was never accurate.

The new sentence tells the reader to start ollama serve (and pull the model) and re-open the preset.

- Notes the preset is a fixed http://localhost:11434 endpoint that does
  not probe for a running server
- Describes the down-server behaviour: the wizard's model list fails
  with "could not list models from Ollama (local)" and falls back to
  typing an id by hand; the LLM panel shows "model list unavailable"
- Tells the reader to start `ollama serve` and pull a model, then
  re-open the preset
@yablokolabs
yablokolabs force-pushed the docs/ollama-server-down branch from 3b8af93 to 2993e6e Compare August 20, 2026 17:20
@plombeer31
plombeer31 merged commit e4d2bc8 into AtomicBot-ai:main Aug 21, 2026
@yablokolabs
yablokolabs deleted the docs/ollama-server-down branch August 21, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants