Skip to content

Commit 906e9e7

Browse files
committed
merge
1 parent 55a63a4 commit 906e9e7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

openapi.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6588,12 +6588,12 @@ paths:
65886588
description: Optional custom metadata for the batch.
65896589
nullable: true
65906590
responses:
6591-
'200':
6591+
"200":
65926592
description: Batch created successfully.
65936593
content:
65946594
application/json:
65956595
schema:
6596-
$ref: '#/components/schemas/Batch'
6596+
$ref: "#/components/schemas/Batch"
65976597
x-oaiMeta:
65986598
name: Create batch
65996599
group: batch
@@ -6659,12 +6659,12 @@ paths:
66596659
type: integer
66606660
default: 20
66616661
responses:
6662-
'200':
6662+
"200":
66636663
description: Batch listed successfully.
66646664
content:
66656665
application/json:
66666666
schema:
6667-
$ref: '#/components/schemas/ListBatchesResponse'
6667+
$ref: "#/components/schemas/ListBatchesResponse"
66686668
x-oaiMeta:
66696669
name: List batch
66706670
group: batch
@@ -6729,12 +6729,12 @@ paths:
67296729
type: string
67306730
description: The ID of the batch to retrieve.
67316731
responses:
6732-
'200':
6732+
"200":
67336733
description: Batch retrieved successfully.
67346734
content:
67356735
application/json:
67366736
schema:
6737-
$ref: '#/components/schemas/Batch'
6737+
$ref: "#/components/schemas/Batch"
67386738
x-oaiMeta:
67396739
name: Retrieve batch
67406740
group: batch
@@ -6790,12 +6790,12 @@ paths:
67906790
type: string
67916791
description: The ID of the batch to cancel.
67926792
responses:
6793-
'200':
6793+
"200":
67946794
description: Batch is cancelling. Returns the cancelling batch's details.
67956795
content:
67966796
application/json:
67976797
schema:
6798-
$ref: '#/components/schemas/Batch'
6798+
$ref: "#/components/schemas/Batch"
67996799
x-oaiMeta:
68006800
name: Cancel batch
68016801
group: batch
@@ -12662,6 +12662,7 @@ components:
1266212662
name: The request output object
1266312663
example: |
1266412664
{"id": "batch_req_wnaDys", "custom_id": "request-2", "response": {"status_code": 200, "request_id": "req_c187b3", "body": {"id": "chatcmpl-9758Iw", "object": "chat.completion", "created": 1711475054, "model": "gpt-3.5-turbo", "choices": [{"index": 0, "message": {"role": "assistant", "content": "2 + 2 equals 4."}, "finish_reason": "stop"}], "usage": {"prompt_tokens": 24, "completion_tokens": 15, "total_tokens": 39}, "system_fingerprint": null}}, "error": null}
12665+
1266512666
ListBatchesResponse:
1266612667
type: object
1266712668
properties:

0 commit comments

Comments
 (0)