Skip to content

Commit af27f2b

Browse files
authored
Merge pull request #2110 from router-for-me/codex
feat(service): extend model registration for team and business types
2 parents 2e1925d + f44f070 commit af27f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/cliproxy/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ func (s *Service) registerModelsForAuth(a *coreauth.Auth) {
883883
models = registry.GetCodexProModels()
884884
case "plus":
885885
models = registry.GetCodexPlusModels()
886-
case "team":
886+
case "team", "business":
887887
models = registry.GetCodexTeamModels()
888888
case "free":
889889
models = registry.GetCodexFreeModels()

0 commit comments

Comments
 (0)