Skip to content

Commit

Permalink
fix: remove duplicate user property
Browse files Browse the repository at this point in the history
  • Loading branch information
VisargD committed Feb 2, 2024
1 parent d29ec69 commit 9164cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apis/embeddings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export interface EmbeddingsBody extends ModelParams {
model?: string;
dimensions?: number;
encoding_format?: string;
user?: string;
}

export type EmbeddingsResponse = Record<string, any> & APIResponseType
Expand Down

0 comments on commit 9164cee

Please sign in to comment.