openai
openai copied to clipboard
fixed createdAt type
Here noted that created at has format of unix timestamp in seconds Also to convert DateTimeOffset to unit time seconds C# uses long type(see ToUnixTimeSeconds). So it seems to be better to use long instead of int for CreatedAt property