MCPcopy Create free account
hub / github.com/Noumena-Network/code / getConfiguredDefaultFlashModelEnv

Function getConfiguredDefaultFlashModelEnv

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

Source from the content-addressed store, hash-verified

71}
72
73function getConfiguredDefaultFlashModelEnv(): string | undefined {
74 // Temporary Anthropic-family carryover. Keep launch-compatible now, then
75 // replace with Noumena-native tier naming in the next model-contract pass.
76 return (
77 process.env.NOUMENA_DEFAULT_FLASH_MODEL ||
78 process.env.NOUMENA_DEFAULT_SONNET_MODEL ||
79 process.env.ANTHROPIC_DEFAULT_SONNET_MODEL
80 )
81}
82
83function getConfiguredDefaultHaikuModelEnv(): string | undefined {
84 // Temporary Anthropic-family carryover. Keep launch-compatible now, then

Callers 1

getDefaultFlashModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected