Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new properties to ChatCompletionResponse model
Two new properties, 'Created' and 'SystemFingerprint' have been added to the ChatCompletionResponse model in OpenAI.ChatGpt. 'Created' is a Unix timestamp of when the chat completion was created and 'SystemFingerprint' is a string used to understand if backend configuration changes may affect determinism with respect to the model's usage.
- Loading branch information