MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / GetCodexTeamModels

Function GetCodexTeamModels

internal/registry/model_definitions.go:59–61  ·  view source on GitHub ↗

GetCodexTeamModels returns model definitions for the Codex team plan tier.

()

Source from the content-addressed store, hash-verified

57
58// GetCodexTeamModels returns model definitions for the Codex team plan tier.
59func GetCodexTeamModels() []*ModelInfo {
60 return WithCodexBuiltins(cloneModelInfos(getModels().CodexTeam))
61}
62
63// GetCodexPlusModels returns model definitions for the Codex plus plan tier.
64func GetCodexPlusModels() []*ModelInfo {

Callers 1

Calls 3

WithCodexBuiltinsFunction · 0.85
cloneModelInfosFunction · 0.85
getModelsFunction · 0.85

Tested by

no test coverage detected