MCPcopy Index your code
hub / github.com/Noumena-Network/code / getSmallFastModel

Function getSmallFastModel

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

Source from the content-addressed store, hash-verified

90}
91
92export function getSmallFastModel(): ModelName {
93 return getConfiguredSmallFastModelEnv() || getDefaultHaikuModel()
94}
95
96export function isNonCustomOpusModel(model: ModelName): boolean {
97 return (

Callers 14

callFunction · 0.85
useFrustrationDetectionFunction · 0.85
agenticSessionSearchFunction · 0.85
execPromptHookFunction · 0.85
applySkillImprovementFunction · 0.85
execAgentHookFunction · 0.85
generateCompanionSoulFunction · 0.85
generateAwaySummaryFunction · 0.85
makeTestQueryFunction · 0.85
getAnthropicClientFunction · 0.85
getPromptCachingEnabledFunction · 0.85

Calls 2

getDefaultHaikuModelFunction · 0.85

Tested by

no test coverage detected