LlmInferenceBaseOptions constructor

LlmInferenceBaseOptions({
  1. required String? modelAssetPath,
})

Implementation

external factory LlmInferenceBaseOptions({
  required String? modelAssetPath,
});