We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7aebe commit 2fdf4f6Copy full SHA for 2fdf4f6
content/manuals/ai/cagent/local-models.md
@@ -45,10 +45,10 @@ Docker Model Runner can run any compatible model. Models can come from:
45
- HuggingFace models directly (`hf.co/org/model-name`)
46
- The Docker Model catalog in Docker Desktop
47
48
-To see models available through the Docker catalog, run:
+To see models available to the local Docker catalog, run:
49
50
```console
51
-$ docker model list --available
+$ docker model list --openai
52
```
53
54
To use a model, reference it in your configuration. DMR automatically pulls
0 commit comments