docs(agents): openwebui — configure the bundled-Ollama model (CON-1566)#202
Open
robballantyne wants to merge 1 commit into
Open
docs(agents): openwebui — configure the bundled-Ollama model (CON-1566)#202robballantyne wants to merge 1 commit into
robballantyne wants to merge 1 commit into
Conversation
…a model (CON-1566)
This image is Open WebUI backed by a bundled Ollama (it serves models, not just a
front end). Expand the stub to focus on the thing an operator actually configures:
the served model — set OLLAMA_MODEL (pulled at boot; MODEL_NAME alias) or `ollama pull`
at runtime; models persist at ${WORKSPACE}/ollama/models, Open WebUI data at
${WORKSPACE}/data. Note open_webui waits on /tmp/.ollama_ready (server up + model
pulled) so the UI is intentionally down while a large model downloads, and that
Ollama is directly usable via its native /api + OpenAI /v1 (base_url+key from
/capabilities/endpoints).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tailors the Open WebUI agent guide toward what an operator actually configures: the served model. This image is Open WebUI backed by a bundled Ollama (it serves models locally, not just a front end). Part of the CON-1556 rollout.
The guide now covers:
:21434) is the backend; Open WebUI (:17500) is pre-pointed at it (OLLAMA_BASE_URL).OLLAMA_MODEL(pulled at boot;MODEL_NAMEalias) orollama pullat runtime — new models appear in Open WebUI's selector.${WORKSPACE}/ollama/models, Open WebUI data at${WORKSPACE}/data.open_webuiwaits on/tmp/.ollama_ready(server up + model pulled), so the UI is intentionally down while a large model downloads./api+ OpenAI-compatible/v1(base_url + key from/capabilities/endpoints).Docs-only. External image (rolling stock base; gets the agent surface from repo
/ROOT).