File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ All the available models are hosted in the [public Docker Hub namespace of `ai`]
231231
232232Once 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}
251251POST /engines/llama.cpp/v1/chat/completions
252252POST /engines/llama.cpp/v1/completions
253253POST /engines/llama.cpp/v1/embeddings
254- Note:
255254```
256255
257256To call these endpoints via a Unix socket (` /var/run/docker.sock ` ), prefix their path with
You can’t perform that action at this time.
0 commit comments