From 2141569cc40ea1f60dccb354d9a31b6340d7fa66 Mon Sep 17 00:00:00 2001 From: Renat Date: Mon, 8 Sep 2025 23:45:32 +0200 Subject: [PATCH] Fix typo in api-reference.md: OpenAPI -> OpenAI --- content/manuals/ai/model-runner/api-reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/ai/model-runner/api-reference.md b/content/manuals/ai/model-runner/api-reference.md index 3d6d81422d57..c2b4abcc82d0 100644 --- a/content/manuals/ai/model-runner/api-reference.md +++ b/content/manuals/ai/model-runner/api-reference.md @@ -66,9 +66,9 @@ on how you run Docker: DELETE /models/{namespace}/{name} ``` -### Available OpenAPI endpoints +### Available OpenAI endpoints -DMR supports the following OpenAPI endpoints: +DMR supports the following OpenAI endpoints: - [List models](https://platform.openai.com/docs/api-reference/models/list): @@ -189,4 +189,4 @@ curl --unix-socket $HOME/.docker/run/docker.sock \ } ] }' -``` \ No newline at end of file +```