mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
fix: adjust typo
This commit is contained in:
parent
f98f498473
commit
39c6d10b5a
@ -445,7 +445,6 @@ pub struct CompletionRequest {
|
|||||||
#[derive(Clone, Deserialize, Serialize, ToSchema)]
|
#[derive(Clone, Deserialize, Serialize, ToSchema)]
|
||||||
pub(crate) struct Completion {
|
pub(crate) struct Completion {
|
||||||
pub id: String,
|
pub id: String,
|
||||||
#[schema(default = "ObjectType::ChatCompletion")]
|
|
||||||
pub object: ObjectType,
|
pub object: ObjectType,
|
||||||
#[schema(example = "1706270835")]
|
#[schema(example = "1706270835")]
|
||||||
pub created: u64,
|
pub created: u64,
|
||||||
|
Loading…
Reference in New Issue
Block a user