export type BaseOptions = { /** OpenAI API Key */ apiKey: string; /** 模型名称 */ model: string; /** 自定义 baseURL */ baseURL?: string; };