mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-09 22:31:08 +00:00
fix: Switching from "Gemini Context Management" to "Token Management
- better naming and correct purpose
This commit is contained in:
parent
1497edd912
commit
a204169f26
2 changed files with 2 additions and 2 deletions
|
|
@ -227,7 +227,7 @@ export const Gemini = ({
|
|||
|
||||
<div className="mt-6 border-t border-vscode-widget-border pt-4">
|
||||
<h3 className="font-semibold text-lg mb-4">
|
||||
{t("settings:providers.geminiSections.geminiContextManagement")}
|
||||
{t("settings:providers.geminiSections.geminiTokentManagement")}
|
||||
</h3>
|
||||
<div>
|
||||
<Checkbox
|
||||
|
|
|
|||
|
|
@ -213,7 +213,7 @@
|
|||
"geminiSections": {
|
||||
"modelParameters": "Model Parameters",
|
||||
"advancedFeatures": "Advanced Features",
|
||||
"geminiContextManagement": "Gemini Context Management"
|
||||
"geminiTokentManagement": "Token Management"
|
||||
},
|
||||
"geminiParameters": {
|
||||
"topK": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue