InferenceParamsPigeon constructor
InferenceParamsPigeon({})
Implementation
InferenceParamsPigeon({
this.temperature,
this.maxTokens,
this.seed,
this.topP,
this.topK,
this.grammarConfig,
});
InferenceParamsPigeon({
this.temperature,
this.maxTokens,
this.seed,
this.topP,
this.topK,
this.grammarConfig,
});