Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjeevKadam authored Jan 2, 2024
1 parent 1b3d954 commit f2944a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,6 @@ export function mockEmbeddingResponsePayload(batchSize = 1) {
export function mockEmbeddingRequest() {
return {
model: 'mistral-embed',
input: 'embed'
input: 'embed',
};
}

0 comments on commit f2944a0

Please sign in to comment.