feat: add option
This commit is contained in:
parent
f2f906f97e
commit
bfa09be20c
@ -25,7 +25,7 @@ pub struct Detail {
|
|||||||
pub struct Choice {
|
pub struct Choice {
|
||||||
pub delta: DeltaChoice,
|
pub delta: DeltaChoice,
|
||||||
pub index: i64,
|
pub index: i64,
|
||||||
pub finish_reason: String,
|
pub finish_reason: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Debug)]
|
#[derive(Serialize, Deserialize, Debug)]
|
||||||
|
Loading…
Reference in New Issue
Block a user