Lfm2Prompt constructor

const Lfm2Prompt({
  1. required String text,
  2. required List<String> stopSequences,
  3. List<Uint8List> images = const <Uint8List>[],
})

Implementation

const Lfm2Prompt({
  required this.text,
  required this.stopSequences,
  this.images = const <Uint8List>[],
});