Skip to content

Commit 88cdf22

Browse files
authored
Fix typo in api-reference.md: OpenAPI -> OpenAI (#23373)
## Description It appears that there is a typo on the DMR API [documentation page](https://docs.docker.com/ai/model-runner/api-reference/): The section with **OpenAI**-compatible endpoints is named 'Available **OpenAPI** endpoints'. ## Related issues or tickets: No related issues or tickets found. ## Reviews - [ ] Editorial review
1 parent 1bc8ff1 commit 88cdf22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/manuals/ai/model-runner/api-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ on how you run Docker:
6666
DELETE /models/{namespace}/{name}
6767
```
6868
69-
### Available OpenAPI endpoints
69+
### Available OpenAI endpoints
7070
71-
DMR supports the following OpenAPI endpoints:
71+
DMR supports the following OpenAI endpoints:
7272
7373
- [List models](https://platform.openai.com/docs/api-reference/models/list):
7474
@@ -189,4 +189,4 @@ curl --unix-socket $HOME/.docker/run/docker.sock \
189189
}
190190
]
191191
}'
192-
```
192+
```

0 commit comments

Comments
 (0)