diff --git a/src/openai_compat.rs b/src/openai_compat.rs index e7d4da0..e812c7e 100644 --- a/src/openai_compat.rs +++ b/src/openai_compat.rs @@ -689,12 +689,18 @@ mod tests { object: "model".to_string(), created: 1234567890, owned_by: "shimmy".to_string(), + permission: None, + root: None, + parent: None, }, Model { id: "model2".to_string(), object: "model".to_string(), created: 1234567890, owned_by: "shimmy".to_string(), + permission: None, + root: None, + parent: None, }, ], }; @@ -1006,12 +1012,18 @@ mod tests { object: "model".to_string(), created: 0, owned_by: "shimmy".to_string(), + permission: None, + root: None, + parent: None, }, Model { id: "test-model-2".to_string(), object: "model".to_string(), created: 0, owned_by: "shimmy".to_string(), + permission: None, + root: None, + parent: None, }, ], };