We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac1abb commit 29182c4Copy full SHA for 29182c4
src/openai/types/create_embedding_response.py
@@ -24,8 +24,8 @@ class CreateEmbeddingResponse(BaseModel):
24
model: str
25
"""The name of the model used to generate the embedding."""
26
27
- object: Literal["embedding"]
28
- """The object type, which is always "embedding"."""
+ object: Literal["list"]
+ """The object type, which is always "list"."""
29
30
usage: Usage
31
"""The usage information for the request."""
0 commit comments