Skip to content

Commit 217d72f

Browse files
committed
fix(vscode-lm): update settings UI warning; revert package description change
1 parent be45d72 commit 217d72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"enablePromptCachingTitle": "Enable prompt caching to improve performance and reduce costs for supported models.",
352352
"cacheUsageNote": "Note: If you don't see cache usage, try selecting a different model and then selecting your desired model again.",
353353
"vscodeLmModel": "Language Model",
354-
"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.",
354+
"vscodeLmWarning": "Note: Models accessed via the VS Code Language Model API may be wrapped or fine-tuned by the provider, so behavior can differ from using the same model directly from a typical provider or router. To use a model from the Language Model dropdown, first switch to that model and then click Accept in the Copilot Chat prompt; otherwise you may see an error such as 400 \"The requested model is not supported\".",
355355
"geminiParameters": {
356356
"urlContext": {
357357
"title": "Enable URL context",

0 commit comments

Comments
 (0)