factory AiGenerator.createQianfanWith({ required String apiKey, required String model, }) => QianfanAIGenerator(apiKey: apiKey, model: model);