Skip to content

Commit

Permalink
fix(chat): ChatCompletionChunk.created as Long (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson authored Sep 8, 2024
1 parent 629d751 commit 3d92022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public data class ChatCompletionChunk(
* The creation time in epoch milliseconds.
*/
@SerialName("created")
public val created: Int,
public val created: Long,

/**
* The model used.
Expand Down

0 comments on commit 3d92022

Please sign in to comment.