feat: add option

This commit is contained in:
0xMRTT 2023-06-17 16:36:28 +02:00
parent f2f906f97e
commit bfa09be20c
Signed by: 0xMRTT
GPG Key ID: 910B287304120902

View File

@ -25,7 +25,7 @@ pub struct Detail {
pub struct Choice {
pub delta: DeltaChoice,
pub index: i64,
pub finish_reason: String,
pub finish_reason: Option<String>,
}
#[derive(Serialize, Deserialize, Debug)]