Skip to content

Commit

Permalink
Fix CreateEmbeddingResponse object type
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Nov 8, 2023
1 parent 4a78d90 commit f594745
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 f594745

Please sign in to comment.