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

Function getConfiguredDefaultOpusModelEnv

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

Source from the content-addressed store, hash-verified

62}
63
64function getConfiguredDefaultOpusModelEnv(): string | undefined {
65 // Temporary Anthropic-family carryover. Keep launch-compatible now, then
66 // replace with Noumena-native tier naming in the next model-contract pass.
67 return (
68 process.env.NOUMENA_DEFAULT_OPUS_MODEL ||
69 process.env.ANTHROPIC_DEFAULT_OPUS_MODEL
70 )
71}
72
73function getConfiguredDefaultFlashModelEnv(): string | undefined {
74 // Temporary Anthropic-family carryover. Keep launch-compatible now, then

Callers 1

getDefaultOpusModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected