()
| 310 | } |
| 311 | |
| 312 | export function getApiKey(): string | undefined { |
| 313 | return process.env.GROK_API_KEY || loadUserSettings().apiKey; |
| 314 | } |
| 315 | |
| 316 | export function getBaseURL(): string { |
| 317 | return process.env.GROK_BASE_URL || "https://api.x.ai/v1"; |
no test coverage detected