Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 4.16.2 #442

Prev Previous commit
Next Next commit
fix(api): update embedding response object type (#466)
  • Loading branch information
stainless-bot authored Nov 8, 2023
commit 53b7e2539cca0b272be96136c123d2b33745e7f6
4 changes: 2 additions & 2 deletions src/resources/embeddings.ts
Original file line number Diff line number Diff line change
@@ -28,9 +28,9 @@ export interface CreateEmbeddingResponse {
model: string;

/**
* The object type, which is always "embedding".
* The object type, which is always "list".
*/
object: 'embedding';
object: 'list';

/**
* The usage information for the request.