Skip to content

Commit b0ceef7

Browse files
committed
Make description generic
1 parent 3b25e44 commit b0ceef7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,7 @@ components:
26542654
type: integer
26552655
FilePurpose:
26562656
type: string
2657-
description: The purpose of the file being uploaded
2657+
description: The purpose of the file
26582658
example: 'fine-tune'
26592659
enum:
26602660
- fine-tune
@@ -2666,7 +2666,7 @@ components:
26662666
- batch-api
26672667
FileType:
26682668
type: string
2669-
description: The type of the file being uploaded
2669+
description: The type of the file
26702670
default: 'jsonl'
26712671
example: 'jsonl'
26722672
enum:

0 commit comments

Comments
 (0)