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