()
| 26 | } |
| 27 | |
| 28 | function configPath(): string { |
| 29 | return path.join(process.env.HOME || "~", ".gstack", "openai.json"); |
| 30 | } |
| 31 | |
| 32 | function readEnvValue(filePath: string, key: string): string | null { |
| 33 | let content: string; |
no outgoing calls
no test coverage detected