Method: OpenAI::Models::Completion#system_fingerprint
- Defined in:
- lib/openai/models/completion.rb
#system_fingerprint ⇒ String?
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.
46 |
# File 'lib/openai/models/completion.rb', line 46 optional :system_fingerprint, String |