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