()
| 314 | } |
| 315 | |
| 316 | export function getBaseURL(): string { |
| 317 | return process.env.GROK_BASE_URL || "https://api.x.ai/v1"; |
| 318 | } |
| 319 | |
| 320 | export function getCurrentModel(mode?: AgentMode): string { |
| 321 | if (process.env.GROK_MODEL) return normalizeModelId(process.env.GROK_MODEL); |
no outgoing calls
no test coverage detected