diff --git a/src-tauri/static/openapi.json b/src-tauri/static/openapi.json index 7eb735293..375c31b7d 100644 --- a/src-tauri/static/openapi.json +++ b/src-tauri/static/openapi.json @@ -42,7 +42,7 @@ } } }, - "/chat/completion": { + "/chat/completions": { "post": { "summary": "Create chat completion", "description": "Generates a completion for the supplied prompt. Streaming mode is supported. All extra options described in the documentation are optional and follow the OpenAI‑compatible naming.",