Просмотр исходного кода

Merge pull request #1341 from RooVetGit/update_lm_api_red_text

Update the warning text for the VS LM API
Matt Rubens 10 месяцев назад
Родитель
Сommit
261bfd053c

+ 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>