Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
119
export
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
parseUserSpecifiedModel
Function · 0.85
Calls
1
getDefaultOpusModel
Function · 0.85
Tested by
no test coverage detected