From 31b8bc0d1a3acd2e2ef1d68039f5acf2767637f9 Mon Sep 17 00:00:00 2001 From: Mathieu Santostefano Date: Fri, 12 Sep 2025 14:29:30 +0200 Subject: [PATCH] Update OpenAI supported API reference for chat completions endpoint --- content/manuals/ai/model-runner/api-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/ai/model-runner/api-reference.md b/content/manuals/ai/model-runner/api-reference.md index c2b4abcc82d0..12648d8fd5fb 100644 --- a/content/manuals/ai/model-runner/api-reference.md +++ b/content/manuals/ai/model-runner/api-reference.md @@ -88,10 +88,10 @@ DMR supports the following OpenAI endpoints: POST /engines/llama.cpp/v1/chat/completions ``` -- [Create completions](https://platform.openai.com/docs/api-reference/completions/create): +- [Create chat completions](https://platform.openai.com/docs/api-reference/chat/create): ```text - POST /engines/llama.cpp/v1/completions + POST /engines/llama.cpp/v1/chat/completions ```