Skip to content

Commit

Permalink
Merge pull request #6 from spd-llc/patch-1
Browse files Browse the repository at this point in the history
Updated DataTypes.cs to include SystemFingerprint
  • Loading branch information
pardeike committed Dec 5, 2023
2 parents ca15ebd + 48ecb24 commit 3135799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/OpenAI/DataTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public struct CreateChatCompletionResponse : IResponse
public long Created { get; set; }
public List<ChatChoice> Choices { get; set; }
public Usage Usage { get; set; }
public string SystemFingerprint { get; set; }
}

public struct ChatChoice
Expand Down

0 comments on commit 3135799

Please sign in to comment.