You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/settings.json
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -283,25 +283,7 @@
283
283
"cacheUsageNote": "Note: If you don't see cache usage, try selecting a different model and then selecting your desired model again.",
284
284
"vscodeLmModel": "Language Model",
285
285
"vscodeLmWarning": "Note: This is a very experimental integration and provider support will vary. If you get an error about a model not being supported, that's an issue on the provider's end.",
286
-
"geminiSections": {
287
-
"modelParameters": {
288
-
"title": "Output Controls",
289
-
"description": "Fine-tune topP, topK and maxOutputTokens"
290
-
}
291
-
},
292
286
"geminiParameters": {
293
-
"topK": {
294
-
"title": "Top K",
295
-
"description": "A low value makes the text more predictable, while a high value makes it more creative."
296
-
},
297
-
"topP": {
298
-
"title": "Top P",
299
-
"description": "A low value leads to more focused text, while a high value results in more diverse outcomes."
300
-
},
301
-
"maxOutputTokens": {
302
-
"title": "Max Output Tokens",
303
-
"description": "This parameter sets the maximum length of the response the model is allowed to generate."
304
-
},
305
287
"urlContext": {
306
288
"title": "Enable URL Context",
307
289
"description": "Lets Gemini read linked pages to extract, compare, and synthesize their content into informed responses."
0 commit comments