Skip to content

Commit

Permalink
[OpenAI] system_fingerprint is optional (#26993)
Browse files Browse the repository at this point in the history
  • Loading branch information
deyaaeldeen authored Dec 11, 2023
1 parent 6c4497e commit b93d087
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ model ChatCompletions {
Can be used in conjunction with the `seed` request parameter to understand when backend changes have been made that
might impact determinism.
""")
systemFingerprint: string;
systemFingerprint?: string;

@doc("""
Usage information for tokens processed and generated as part of this completions operation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,6 @@
"id",
"created",
"choices",
"system_fingerprint",
"usage"
]
},
Expand Down

0 comments on commit b93d087

Please sign in to comment.