diff --git a/core/autocomplete/completionProvider.ts b/core/autocomplete/completionProvider.ts index 912d6cc1d3..49a66ba609 100644 --- a/core/autocomplete/completionProvider.ts +++ b/core/autocomplete/completionProvider.ts @@ -459,7 +459,7 @@ export class CompletionProvider { !shownGptClaudeWarning && nonAutocompleteModels.some((model) => llm.model.includes(model)) && !llm.model.includes("deepseek") && - !llm.model.includes("codestral") + !llm.model.includes("Codestral") ) { shownGptClaudeWarning = true; throw new Error(