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 2ddbdf9 commit 31b8bc0Copy full SHA for 31b8bc0
content/manuals/ai/model-runner/api-reference.md
@@ -88,10 +88,10 @@ DMR supports the following OpenAI endpoints:
88
POST /engines/llama.cpp/v1/chat/completions
89
```
90
91
-- [Create completions](https://platform.openai.com/docs/api-reference/completions/create):
+- [Create chat completions](https://platform.openai.com/docs/api-reference/chat/create):
92
93
```text
94
- POST /engines/llama.cpp/v1/completions
+ POST /engines/llama.cpp/v1/chat/completions
95
96
97
0 commit comments