feat(codex): add review model quota support (#836)

This commit is contained in:
Rezky Hamid
2026-05-03 14:57:33 +07:00
committed by GitHub
parent 14ff538f2e
commit a463ee00ff
8 changed files with 153 additions and 34 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ export {
getModelTargetFormat,
getModelStrip,
PROVIDER_ID_TO_ALIAS,
getModelsByProviderId
getModelsByProviderId,
getModelUpstreamId,
getModelQuotaFamily
} from "open-sse/config/providerModels.js";
import { AI_PROVIDERS, isOpenAICompatibleProvider } from "./providers.js";