We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04aac7 commit 1f716caCopy full SHA for 1f716ca
webview-ui/src/components/settings/ApiOptions.tsx
@@ -461,7 +461,8 @@ const ApiOptions = ({
461
</p>
462
463
{(apiConfiguration?.apiModelId?.startsWith("codestral-") ||
464
- (!apiConfiguration?.apiModelId && mistralDefaultModelId.startsWith("codestral-"))) && (
+ (!apiConfiguration?.apiModelId && mistralDefaultModelId.startsWith("codestral-")) ||
465
+ selectedModelId?.startsWith("codestral-")) && (
466
<div>
467
<VSCodeTextField
468
value={apiConfiguration?.mistralCodestralUrl || ""}
0 commit comments