Skip to content

Commit 54b094f

Browse files
committed
Make system_fingerprint nullable
1 parent 49302a9 commit 54b094f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21651,6 +21651,7 @@ components:
2165121651
$ref: "#/components/schemas/ServiceTier"
2165221652
system_fingerprint:
2165321653
type: string
21654+
nullable: true
2165421655
description: >
2165521656
This fingerprint represents the backend configuration that the model
2165621657
runs with.
@@ -21796,6 +21797,7 @@ components:
2179621797
$ref: "#/components/schemas/ServiceTier"
2179721798
system_fingerprint:
2179821799
type: string
21800+
nullable: true
2179921801
description: >
2180021802
This fingerprint represents the backend configuration that the model
2180121803
runs with.
@@ -22157,6 +22159,7 @@ components:
2215722159
description: The model used for completion.
2215822160
system_fingerprint:
2215922161
type: string
22162+
nullable: true
2216022163
description: >
2216122164
This fingerprint represents the backend configuration that the model
2216222165
runs with.

0 commit comments

Comments
 (0)