Merge 19c4b9796d into da71eaebd2
This commit is contained in:
commit
67bd797d54
@ -12,11 +12,7 @@ export function isReasoningTagProvider(provider: string | undefined | null): boo
|
|||||||
const normalized = provider.trim().toLowerCase();
|
const normalized = provider.trim().toLowerCase();
|
||||||
|
|
||||||
// Check for exact matches or known prefixes/substrings for reasoning providers
|
// Check for exact matches or known prefixes/substrings for reasoning providers
|
||||||
if (
|
if (normalized === "google-gemini-cli" || normalized === "google-generative-ai") {
|
||||||
normalized === "ollama" ||
|
|
||||||
normalized === "google-gemini-cli" ||
|
|
||||||
normalized === "google-generative-ai"
|
|
||||||
) {
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user