fix: adjust typo

This commit is contained in:
drbh 2024-06-27 13:11:19 +00:00
parent ae14f8931e
commit 4ba5e74efc

View File

@ -442,7 +442,7 @@ pub struct CompletionRequest {
pub stop: Option<Vec<String>>, pub stop: Option<Vec<String>>,
} }
#[derive(Clone, Deserialize, Serialize, ToSchema)] #[derive(Clone, Deserialize, Serialize, ToSchema, Default)]
pub(crate) struct Completion { pub(crate) struct Completion {
pub id: String, pub id: String,
#[schema(example = "1706270835")] #[schema(example = "1706270835")]