Add maxOutputTokens for Kimi for Coding model in settings.json

This commit is contained in:
2026-02-06 17:17:52 +05:30
parent 59c0033298
commit 5b304c5c2d

View File

@@ -19,6 +19,7 @@
"baseUrl": "http://localhost:8383",
"apiKey": "sk-abcd",
"displayName": "Kimi for Coding (BYOK)",
"maxOutputTokens": 131072,
"noImageSupport": false,
"provider": "anthropic"
},