Skip to content

Commit

Permalink
Remove unnecessary default
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Jan 10, 2025
1 parent f2dc2a6 commit cc1282e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ interface EmbeddingErrorResponse {
export class ByteDanceDoubaoEmbeddings
extends Embeddings
implements ByteDanceDoubaoEmbeddingsParams {
model = "";
model: string;

batchSize = 24;

Expand Down

0 comments on commit cc1282e

Please sign in to comment.