void configure({ String? aiApiKey, GPTModel? gptModel, }) { this.aiApiKey = aiApiKey; this.gptModel = gptModel; }