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