Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 1b599a6

Browse files
committed
feat: improve R1 format setting labels to be more generic for reasoning models
Updated the "Enable R1 model parameters" setting label and description to be more descriptive and inclusive of other reasoning/thinking models. The new labeling explicitly mentions: - DeepSeek R1 - Kimi-K2 - QWQ - NVIDIA NIM and other OpenAI-compatible providers This makes it clearer to users that the setting should be enabled when using any reasoning/thinking model through OpenAI-compatible APIs, not just R1. Addresses Issue #10969 (user suggestion from @bozoweed)
1 parent 953c777 commit 1b599a6

18 files changed

Lines changed: 36 additions & 36 deletions

webview-ui/src/i18n/locales/ca/settings.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/settings.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/en/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,8 +887,8 @@
887887
"cacheReadsPrice": "Cache reads price",
888888
"cacheWritesPrice": "Cache writes price",
889889
"enableStreaming": "Enable streaming",
890-
"enableR1Format": "Enable R1 model parameters",
891-
"enableR1FormatTips": "Must be enabled when using R1 models such as QWQ to prevent 400 errors",
890+
"enableR1Format": "Enable reasoning model format",
891+
"enableR1FormatTips": "Enable for reasoning/thinking models (DeepSeek R1, Kimi-K2, QWQ, etc.) to properly handle their response format. Required for models on NVIDIA NIM and other OpenAI-compatible providers.",
892892
"useAzure": "Use Azure",
893893
"azureApiVersion": "Set Azure API version",
894894
"gemini": {

webview-ui/src/i18n/locales/es/settings.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/settings.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/settings.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/id/settings.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/settings.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ja/settings.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ko/settings.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)