MCPcopy 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
244export function getModel(modelId: string): AxonModel {
245 return AXON_MODELS[modelId] ?? AXON_MODELS[DEFAULT_MODEL_ID];
246}

Callers 6

runHeadlessFunction · 0.85
createLLMClientFunction · 0.85
createMessageMethod · 0.85
getTotalCostMethod · 0.85
AppFunction · 0.85
StatusBarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected