()
| 44 | } |
| 45 | |
| 46 | export function getOpenAICompatDefaultModel(): string { |
| 47 | return normalizeEnvValue(process.env.OPENAI_MODEL) ?? OPENAI_COMPAT_DEFAULT_MODEL |
| 48 | } |
| 49 | |
| 50 | export function getFirstPartyBaseUrlOverride(): string | undefined { |
| 51 | return getNoumenaBaseUrl() ?? getAnthropicBaseUrl() |
no test coverage detected