CreateEditRequest constructor
CreateEditRequest({})
Returns a new CreateEditRequest instance.
Implementation
CreateEditRequest({
required this.model,
this.input = '',
required this.instruction,
this.n = 1,
this.temperature = 1,
this.topP = 1,
});