export interface ProcessEnv { OPENAI_API_KEY: string; OPENAI_API_HOST?: string; OPENAI_ORGANIZATION?: string; }