Skip to content

Commit

Permalink
Merge pull request openai#112 from davidmigloz/embedding-object
Browse files Browse the repository at this point in the history
Fix CreateEmbeddingResponse object type
  • Loading branch information
schnerd committed Nov 8, 2023
2 parents 4a78d90 + f594745 commit 2a11b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7123,8 +7123,8 @@ components:
description: The name of the model used to generate the embedding.
object:
type: string
description: The object type, which is always "embedding".
enum: [embedding]
description: The object type, which is always "list".
enum: [list]
usage:
type: object
description: The usage information for the request.
Expand Down

0 comments on commit 2a11b83

Please sign in to comment.