MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getBestModel

Function getBestModel

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

Source from the content-addressed store, hash-verified

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

Callers 1

parseUserSpecifiedModelFunction · 0.85

Calls 1

getDefaultOpusModelFunction · 0.85

Tested by

no test coverage detected