Skip to content

Commit 2c8be89

Browse files
committed
fix
1 parent 206fefd commit 2c8be89

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/manuals/ai/model-runner.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ 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-
- **For containers**: `http://model-runner.docker.internal/`
235-
- **For host processes**: `http://localhost:12434/engines/`, 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

237237
**Docker Model management endpoints:**
238238

@@ -251,7 +251,6 @@ GET /engines/llama.cpp/v1/models/{namespace}/{name}
251251
POST /engines/llama.cpp/v1/chat/completions
252252
POST /engines/llama.cpp/v1/completions
253253
POST /engines/llama.cpp/v1/embeddings
254-
Note:
255254
```
256255

257256
To call these endpoints via a Unix socket (`/var/run/docker.sock`), prefix their path with

0 commit comments

Comments
 (0)