From 5b304c5c2ddb60eb69353681162fed8e5631a751 Mon Sep 17 00:00:00 2001 From: abhishekbhakat Date: Fri, 6 Feb 2026 17:17:52 +0530 Subject: [PATCH] Add maxOutputTokens for Kimi for Coding model in settings.json --- settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.json b/settings.json index d30cd8e..5d1ce8c 100644 --- a/settings.json +++ b/settings.json @@ -19,6 +19,7 @@ "baseUrl": "http://localhost:8383", "apiKey": "sk-abcd", "displayName": "Kimi for Coding (BYOK)", + "maxOutputTokens": 131072, "noImageSupport": false, "provider": "anthropic" },