KwanJoong Lee

Results 2 issues of KwanJoong Lee

edit DataTypes.cs ``` public struct CreateChatCompletionResponse : IResponse { public ApiError Error { get; set; } public string Model { get; set; } public string Id { get; set; }...