Skip to content

Commit

Permalink
Merge pull request openai#109 from rattrayalex/patch-10
Browse files Browse the repository at this point in the history
add system_fingerprint to chat completion chunks
  • Loading branch information
schnerd committed Nov 8, 2023
2 parents 5f766dc + 006e34b commit ee5a8fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6280,6 +6280,12 @@ components:
model:
type: string
description: The model to generate the completion.
system_fingerprint:
type: string
description: |
This fingerprint represents the backend configuration that the model runs with.
Can be used in conjunction with the `seed` request parameter to understand when backend changes have been made that might impact determinism.
object:
type: string
description: The object type, which is always `chat.completion.chunk`.
Expand Down

0 comments on commit ee5a8fa

Please sign in to comment.