export interface LlmConfig { apiBase?: string; apiKey?: string; model?: string; apiType?: string; }