Explorar el Código

Update the warning text for the VS LM API

Matt Rubens hace 10 meses
padre
commit
c3e36deed6

+ 5 - 0
.changeset/tidy-donuts-rhyme.md

@@ -0,0 +1,5 @@
+---
+"roo-cline": patch
+---
+
+Update the warning text for the VS LM API"

+ 2 - 2
webview-ui/src/components/settings/ApiOptions.tsx

@@ -1209,8 +1209,8 @@ const ApiOptions = ({
 								color: "var(--vscode-errorForeground)",
 								fontWeight: 500,
 							}}>
-							Note: This is a very experimental integration and may not work as expected. Please report
-							any issues to the Roo-Code GitHub repository.
+							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.
 						</p>
 					</div>
 				</div>