From 991bbec53a33c59209a17a98846e78c84bce28f6 Mon Sep 17 00:00:00 2001 From: Akarshan Biswas Date: Fri, 19 Sep 2025 12:53:39 +0530 Subject: [PATCH] fix: Typo in openapi JSON (#6528) --- src-tauri/static/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",