chore(sync): mirror docs from openclaw/openclaw@2cfe6bf4e5

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-27 11:16:45 +00:00
parent a665b28601
commit 82da6653a8
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "78577ac147147f7a2971a18604614362dd7d0dba",
"syncedAt": "2026-04-27T11:15:00.825Z"
"sha": "2cfe6bf4e532d66497b022c093a6a7df785b4b47",
"syncedAt": "2026-04-27T11:15:22.404Z"
}

View File

@ -59,7 +59,7 @@ Choose your preferred setup method and mode.
- **Local only** — local models only
</Step>
<Step title="Select a model">
`Cloud only` prompts for `OLLAMA_API_KEY` and suggests hosted cloud defaults. `Cloud + Local` and `Local only` ask for an Ollama base URL, discover available models, and auto-pull the selected local model if it is not available yet. `Cloud + Local` also checks whether that Ollama host is signed in for cloud access.
`Cloud only` prompts for `OLLAMA_API_KEY` and suggests hosted cloud defaults. `Cloud + Local` and `Local only` ask for an Ollama base URL, discover available models, and auto-pull the selected local model if it is not available yet. When Ollama reports an installed `:latest` tag such as `gemma4:latest`, setup shows that installed model once instead of showing both `gemma4` and `gemma4:latest` or pulling the bare alias again. `Cloud + Local` also checks whether that Ollama host is signed in for cloud access.
</Step>
<Step title="Verify the model is available">
```bash