Skip to content

Commit 2a11b83

Browse files
authored
Merge pull request openai#112 from davidmigloz/embedding-object
Fix CreateEmbeddingResponse object type
2 parents 4a78d90 + f594745 commit 2a11b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7123,8 +7123,8 @@ components:
71237123
description: The name of the model used to generate the embedding.
71247124
object:
71257125
type: string
7126-
description: The object type, which is always "embedding".
7127-
enum: [embedding]
7126+
description: The object type, which is always "list".
7127+
enum: [list]
71287128
usage:
71297129
type: object
71307130
description: The usage information for the request.

0 commit comments

Comments
 (0)