MCPcopy
hub / github.com/codeaashu/claude-code / getBestModel

Function getBestModel

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

Source from the content-addressed store, hash-verified

98}
99
100export function getBestModel(): ModelName {
101 return getDefaultOpusModel()
102}
103
104// @[MODEL LAUNCH]: Update the default Opus model (3P providers may lag so keep defaults unchanged).
105export function getDefaultOpusModel(): ModelName {

Callers 1

parseUserSpecifiedModelFunction · 0.85

Calls 1

getDefaultOpusModelFunction · 0.85

Tested by

no test coverage detected