From de271dc2f92b775b6a8f52719940754836fae02f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Jun 2026 04:59:05 +0000 Subject: [PATCH] docs: remove Ollama from run.sh local backend list --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index f03cf4f0..2def37c1 100755 --- a/run.sh +++ b/run.sh @@ -369,7 +369,7 @@ ${GREEN}${BOLD}Turnstone is running${RESET} (${NODE_COUNT} node$([ "$NODE_COUNT" 1. Create the first admin user: ${DIM}cd $INSTALL_DIR && $DOCKER compose exec node-1 turnstone-admin create-user --username admin --name "Admin"${RESET} 2. Open ${url}, log in, and add a model backend in the ${BOLD}Models${RESET} tab — - a local server (vLLM / llama.cpp / Ollama) or an OpenAI / Anthropic / Gemini key. + a local server (vLLM / llama.cpp) or an OpenAI / Anthropic / Gemini key. Nodes boot without a model and pick it up live; no restart needed. Scale Running ${scale}