File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -231,10 +231,10 @@ 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- - ** 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
240240POST /models/create
@@ -243,7 +243,7 @@ GET /models/{namespace}/{name}
243243DELETE /models/{namespace}/{name}
244244```
245245
246- ** OpenAI endpoints:**
246+ OpenAI endpoints:
247247
248248``` text
249249GET /engines/llama.cpp/v1/models
You can’t perform that action at this time.
0 commit comments