CompletionResponse.SystemFingerprint

CompletionResponse.SystemFingerprint property

Gets or sets the fingerprint that 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.

public string SystemFingerprint { get; set; }

See Also