Skip to content

Commit

Permalink
add system_fingerprint to chat completion chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrayalex committed Nov 7, 2023
1 parent eb810d9 commit 006e34b
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 @@ -6279,6 +6279,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 006e34b

Please sign in to comment.