diff --git a/webview-ui/src/components/settings/ApiOptions.tsx b/webview-ui/src/components/settings/ApiOptions.tsx
index cda5191..13e7a57 100644
--- a/webview-ui/src/components/settings/ApiOptions.tsx
+++ b/webview-ui/src/components/settings/ApiOptions.tsx
@@ -588,7 +588,8 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
margin: "0 0 15px 0",
lineHeight: "1.4",
}}>
- Configure the capabilities and pricing for your custom OpenAI-compatible model
+ Configure the capabilities and pricing for your custom OpenAI-compatible model.
+ Be careful for the model capabilities, as they can affect how Roo Code can work.
{/* Capabilities Section */}
@@ -655,8 +656,8 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
}}>
- Maximum number of tokens the model can generate in a response. Higher
- values allow longer outputs but may increase costs.
+ Maximum number of tokens the model can generate in a response.
+ (-1 is depend on server)
@@ -711,8 +712,8 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
}}>
- Total tokens (input + output) the model can process. Larger windows
- allow processing more content but may increase memory usage.
+ Total tokens (input + output) the model can process. This will help Roo
+ Code run correctly.
@@ -804,7 +805,7 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
},
})
}}>
- Computer Interaction
+ Computer Use
- Enables the model to execute commands and modify files for automated
- assistance
+ This model feature is for computer use like sonnet 3.5 support
@@ -976,6 +976,11 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
+
{/* end Model Info Configuration */}