Skip to content

Commit

Permalink
fix: adjust typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drbh committed Jun 26, 2024
1 parent 226b766 commit 9b4c376
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion router/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ pub struct CompletionRequest {
#[derive(Clone, Deserialize, Serialize, ToSchema)]
pub(crate) struct Completion {
pub id: String,
#[schema(default = "ObjectType::ChatCompletion")]
pub object: ObjectType,
#[schema(example = "1706270835")]
pub created: u64,
Expand Down

0 comments on commit 9b4c376

Please sign in to comment.