Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MatterAIOrg/OrbCode
/ getModel
Function
getModel
src/api/models.ts:244–246 ·
view source on GitHub ↗
(modelId: string)
Source
from the content-addressed store, hash-verified
242
}
243
244
export
function
getModel(modelId: string): AxonModel {
245
return
AXON_MODELS[modelId] ?? AXON_MODELS[DEFAULT_MODEL_ID];
246
}
Callers
6
runHeadless
Function · 0.85
createLLMClient
Function · 0.85
createMessage
Method · 0.85
getTotalCost
Method · 0.85
App
Function · 0.85
StatusBar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected