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 ```