Skip to content

Commit ee5a8fa

Browse files
authored
Merge pull request openai#109 from rattrayalex/patch-10
add system_fingerprint to chat completion chunks
2 parents 5f766dc + 006e34b commit ee5a8fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6280,6 +6280,12 @@ components:
62806280
model:
62816281
type: string
62826282
description: The model to generate the completion.
6283+
system_fingerprint:
6284+
type: string
6285+
description: |
6286+
This fingerprint represents the backend configuration that the model runs with.
6287+
6288+
Can be used in conjunction with the `seed` request parameter to understand when backend changes have been made that might impact determinism.
62836289
object:
62846290
type: string
62856291
description: The object type, which is always `chat.completion.chunk`.

0 commit comments

Comments
 (0)