fix(providers): separate test batch calls and ignore unknown connections

This commit is contained in:
diegosouzapw
2026-04-16 12:13:45 -03:00
parent 5cbc08a6a2
commit 6902fa34bb

View File

@@ -30,7 +30,7 @@ function getAuthGroup(providerId) {
providerId.startsWith(ANTHROPIC_COMPATIBLE_PREFIX))
)
return "compatible";
return "apikey";
return "unknown";
}
function isCompatibleProvider(providerId) {