MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getBestModel

Function getBestModel

src/utils/model/model.ts:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119export function getBestModel(): ModelName {
120 return getDefaultOpusModel()
121}
122
123/**
124 * Resolve the provider's primary model from its env var (e.g. OPENAI_MODEL).

Callers 1

parseUserSpecifiedModelFunction · 0.85

Calls 1

getDefaultOpusModelFunction · 0.85

Tested by

no test coverage detected