Record
create-edit-params
No description available.
record create-edit-params {
input: option<string>,
instruction: string,
model: string,
n: option<s32>,
temperature: option<f64>,
top-p: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| input | option<string> | |
| instruction | string | |
| model | string | |
| n | option<s32> | |
| temperature | option<f64> | |
| top-p | option<f64> |