mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
fix: Removing redundant "tokens" after the "set context limit"'s checkbox + removing the lengthy description
This commit is contained in:
parent
83f02d5dc9
commit
c4382776f5
2 changed files with 1 additions and 4 deletions
|
|
@ -284,9 +284,6 @@ export const Gemini = ({
|
|||
})}
|
||||
className="w-24"
|
||||
/>
|
||||
<span className="text-sm">
|
||||
{t("settings:providers.geminiContextManagement.condensingThreshold.tokens")}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@
|
|||
},
|
||||
"geminiContextManagement": {
|
||||
"useCustomContextWindow": "Use custom context window limit",
|
||||
"description": "Override the model's default context window. Roo Code automatically condenses older messages when conversations reach either: (1) your chosen threshold percentage of the context window, or (2) the calculated token limit (which accounts for reserved tokens and safety buffers). The actual trigger uses whichever limit is reached first.",
|
||||
"description": "Override the model's default context window.",
|
||||
"modelDefault": "Model's default context window",
|
||||
"condensingThreshold": {
|
||||
"tokens": "tokens",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue