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

Function getConfiguredSmallFastModelEnv

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

Source from the content-addressed store, hash-verified

56}
57
58function getConfiguredSmallFastModelEnv(): string | undefined {
59 return (
60 process.env.NOUMENA_SMALL_FAST_MODEL || process.env.ANTHROPIC_SMALL_FAST_MODEL
61 )
62}
63
64function getConfiguredDefaultOpusModelEnv(): string | undefined {
65 // Temporary Anthropic-family carryover. Keep launch-compatible now, then

Callers 1

getSmallFastModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected