From 006e34bedf5bc884774aa8550715f4f4daef3334 Mon Sep 17 00:00:00 2001 From: Alex Rattray Date: Tue, 7 Nov 2023 02:51:19 -0500 Subject: [PATCH] add system_fingerprint to chat completion chunks Addresses https://github.com/openai/openai-node/issues/443 --- openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 7be02646..76d93616 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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`.