Skip to content

Commit fc64725

Browse files
authored
fix Completions (#11)
1 parent 0b1fbda commit fc64725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apis/completions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use super::{Usage, COMPLETION_CREATE};
1818
pub struct Completion {
1919
pub id: Option<String>,
2020
pub object: Option<String>,
21-
pub created: u64,
21+
pub created: Option<u64>,
2222
pub model: Option<String>,
2323
pub choices: Vec<Choice>,
2424
pub usage: Usage,

0 commit comments

Comments
 (0)