CreateChatCompletionChunkResponse.Created

CreateChatCompletionChunkResponse.Created property

Gets or sets the Unix timestamp (in seconds) of when the chat completion was created. Each chunk has the same timestamp.

public long Created { get; set; }

See Also