IDistiller constructor
const
IDistiller({
- int targetOutputSize = 500,
- required ConnectedChatModel llm,
- String? organization,
Implementation
const IDistiller({
this.targetOutputSize = 500,
required this.llm,
this.organization,
});