Skip to content

Commit a14e32b

Browse files
committed
fix(docs): remove trailing whitespace from upstream sync
1 parent 1f20708 commit a14e32b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

architecture/gateway-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ stateDiagram-v2
186186
[*] --> NoGlobalPolicy
187187
188188
NoGlobalPolicy --> v1_Loaded : policy set --global<br/>(creates v1, marks loaded)
189-
189+
190190
v1_Loaded --> v1_Loaded : policy set --global<br/>(same hash, dedup no-op)
191191
v1_Loaded --> v2_Loaded : policy set --global<br/>(different hash)
192192
v1_Loaded --> AllSuperseded : policy delete --global

docs/inference/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Use `--config OPENAI_BASE_URL` to point to any OpenAI-compatible server running
8585
For a self-contained setup, the Ollama community sandbox bundles Ollama inside the sandbox itself — no host-level provider needed. See {doc}`/tutorials/inference-ollama` for details.
8686
:::
8787

88-
Ollama also supports cloud-hosted models using the `:cloud` tag suffix (e.g., `qwen3.5:cloud`).
88+
Ollama also supports cloud-hosted models using the `:cloud` tag suffix (e.g., `qwen3.5:cloud`).
8989

9090
::::
9191

docs/tutorials/inference-ollama.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Chat with a local model
6363
$ ollama run qwen3.5
6464
```
6565

66-
Or a cloud model
66+
Or a cloud model
6767

6868
```console
6969
$ ollama run kimi-k2.5:cloud
@@ -94,7 +94,7 @@ $ ollama launch claude --yes --model qwen3.5
9494
| No local GPU | `qwen3.5:cloud` | Runs on Ollama's cloud infrastructure, no `ollama pull` required |
9595

9696
:::{note}
97-
Cloud models use the `:cloud` tag suffix and do not require local hardware.
97+
Cloud models use the `:cloud` tag suffix and do not require local hardware.
9898

9999
```console
100100
$ openshell sandbox create --from ollama

0 commit comments

Comments
 (0)