CactusCompletionParams constructor
CactusCompletionParams({})
Implementation
CactusCompletionParams({
this.model,
this.temperature,
this.topK,
this.topP,
this.maxTokens = 512,
this.stopSequences = const ["<|im_end|>", "<end_of_turn>"],
this.tools,
this.completionMode = CompletionMode.local,
this.cactusToken,
});