mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
fix(providers): separate test batch calls and ignore unknown connections
This commit is contained in:
@@ -30,7 +30,7 @@ function getAuthGroup(providerId) {
|
||||
providerId.startsWith(ANTHROPIC_COMPATIBLE_PREFIX))
|
||||
)
|
||||
return "compatible";
|
||||
return "apikey";
|
||||
return "unknown";
|
||||
}
|
||||
|
||||
function isCompatibleProvider(providerId) {
|
||||
|
||||
Reference in New Issue
Block a user