feat(service): extend model registration for team and business types

This commit is contained in:
hkfires
2026-03-13 14:12:19 +08:00
parent 1db23979e8
commit f44f0702f8

View File

@@ -883,7 +883,7 @@ func (s *Service) registerModelsForAuth(a *coreauth.Auth) {
models = registry.GetCodexProModels()
case "plus":
models = registry.GetCodexPlusModels()
case "team":
case "team", "business":
models = registry.GetCodexTeamModels()
case "free":
models = registry.GetCodexFreeModels()