Skip to content

Commit c23bb92

Browse files
Apply suggestions from code review
Co-authored-by: Allie Sadler <[email protected]>
1 parent 2c8be89 commit c23bb92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/manuals/ai/model-runner.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@ All the available models are hosted in the [public Docker Hub namespace of `ai`]
231231

232232
Once the feature is enabled, new API endpoints are available under the following base URLs:
233233

234-
- **From containers**: `http://model-runner.docker.internal/`
235-
- **From host processes**: `http://localhost:12434/`, assuming you have enabled TCP host access on default port 12434.
234+
- From containers: `http://model-runner.docker.internal/`
235+
- From host processes: `http://localhost:12434/`, assuming you have enabled TCP host access on default port 12434.
236236

237-
**Docker Model management endpoints:**
237+
Docker Model management endpoints:
238238

239239
```text
240240
POST /models/create
@@ -243,7 +243,7 @@ GET /models/{namespace}/{name}
243243
DELETE /models/{namespace}/{name}
244244
```
245245

246-
**OpenAI endpoints:**
246+
OpenAI endpoints:
247247

248248
```text
249249
GET /engines/llama.cpp/v1/models

0 commit comments

Comments
 (0)