Closed BFergerson closed 2 months ago
Unix timestamps should be longs.
ChatCompletion.created is Long (https://platform.openai.com/docs/api-reference/chat/object#chat/object-created) but ChatCompletionChunk.created is Int (https://platform.openai.com/docs/api-reference/chat/streaming#chat/streaming-created) even though they hold the same data.
Thank you for your contribution!
Unix timestamps should be longs.
ChatCompletion.created is Long (https://platform.openai.com/docs/api-reference/chat/object#chat/object-created) but ChatCompletionChunk.created is Int (https://platform.openai.com/docs/api-reference/chat/streaming#chat/streaming-created) even though they hold the same data.