mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
fix: adjust typo
This commit is contained in:
parent
ae14f8931e
commit
4ba5e74efc
@ -442,7 +442,7 @@ pub struct CompletionRequest {
|
||||
pub stop: Option<Vec<String>>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Serialize, ToSchema)]
|
||||
#[derive(Clone, Deserialize, Serialize, ToSchema, Default)]
|
||||
pub(crate) struct Completion {
|
||||
pub id: String,
|
||||
#[schema(example = "1706270835")]
|
||||
|
Loading…
Reference in New Issue
Block a user