We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1fbda commit fc64725Copy full SHA for fc64725
src/apis/completions.rs
@@ -18,7 +18,7 @@ use super::{Usage, COMPLETION_CREATE};
18
pub struct Completion {
19
pub id: Option<String>,
20
pub object: Option<String>,
21
- pub created: u64,
+ pub created: Option<u64>,
22
pub model: Option<String>,
23
pub choices: Vec<Choice>,
24
pub usage: Usage,
0 commit comments