Skip to content

Commit f4f1cf7

Browse files
author
Will Hang
committed
.
1 parent d101684 commit f4f1cf7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

openapi.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ paths:
119119
"id": "chatcmpl-123",
120120
"object": "chat.completion",
121121
"created": 1677652288,
122-
"model": "gpt-4o-mini",
122+
"model": "gpt-3.5-turbo-0125",
123123
"system_fingerprint": "fp_44709d6fcb",
124124
"choices": [{
125125
"index": 0,
@@ -216,7 +216,7 @@ paths:
216216
"id": "chatcmpl-123",
217217
"object": "chat.completion",
218218
"created": 1677652288,
219-
"model": "gpt-4o-mini",
219+
"model": "gpt-3.5-turbo-0125",
220220
"system_fingerprint": "fp_44709d6fcb",
221221
"choices": [{
222222
"index": 0,
@@ -414,7 +414,7 @@ paths:
414414
"id": "chatcmpl-abc123",
415415
"object": "chat.completion",
416416
"created": 1699896916,
417-
"model": "gpt-4o-mini",
417+
"model": "gpt-3.5-turbo-0125",
418418
"choices": [
419419
{
420420
"index": 0,
@@ -496,7 +496,7 @@ paths:
496496
"id": "chatcmpl-123",
497497
"object": "chat.completion",
498498
"created": 1702685778,
499-
"model": "gpt-4o-mini",
499+
"model": "gpt-3.5-turbo-0125",
500500
"choices": [
501501
{
502502
"index": 0,
@@ -3894,7 +3894,7 @@ paths:
38943894
name: Retrieve message
38953895
group: threads
38963896
beta: true
3897-
returns: The [message](/docs/api-reference/messages/object) object matching the specified ID.
3897+
returns: The [message](/docs/api-reference/threads/messages/object) object matching the specified ID.
38983898
examples:
38993899
request:
39003900
curl: |
@@ -3982,7 +3982,7 @@ paths:
39823982
name: Modify message
39833983
group: threads
39843984
beta: true
3985-
returns: The modified [message](/docs/api-reference/messages/object) object.
3985+
returns: The modified [message](/docs/api-reference/threads/messages/object) object.
39863986
examples:
39873987
request:
39883988
curl: |
@@ -7671,7 +7671,7 @@ components:
76717671
description: The text contents of the message.
76727672
title: Text content
76737673
- type: array
7674-
description: An array of content parts with a defined type, each can be of type `text` or `image_url` when passing in images. You can pass multiple images by adding multiple `image_url` content parts. Image input is only supported when using the `gpt-4o` model.
7674+
description: An array of content parts with a defined type, each can be of type `text` or `image_url` when passing in images. You can pass multiple images by adding multiple `image_url` content parts. Image input is only supported when using the `gpt-4-visual-preview` model.
76757675
title: Array of content parts
76767676
items:
76777677
$ref: "#/components/schemas/ChatCompletionRequestMessageContentPart"

0 commit comments

Comments
 (0)