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

Commit

Permalink
Merge pull request #17 from mattlgroff/embedding-typo
Browse files Browse the repository at this point in the history
Typo fix: Remove the extra d in embeddings
  • Loading branch information
Bam4d authored Dec 16, 2023
2 parents 77f2e4d + ff2b9ff commit 91f8c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class MistralClient {
};

/**
* An embedddings endpoint that returns embeddings for a single,
* An embeddings endpoint that returns embeddings for a single,
* or batch of inputs
* @param {*} model The embedding model to use, e.g. mistral-embed
* @param {*} input The input to embed,
Expand Down

0 comments on commit 91f8c5e

Please sign in to comment.