Fix comment

This commit is contained in:
Cohee 2024-03-02 23:18:34 +02:00
parent b490978142
commit 59db5abaef
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const SOURCES = {
* Gets the vector for the given text batch from an OpenAI compatible endpoint.
* @param {string[]} texts - The array of texts to get the vector for
* @param {string} source - The source of the vector
* @param model
* @param {string} model - The model to use for the embedding
* @returns {Promise<number[][]>} - The array of vectors for the texts
*/
async function getOpenAIBatchVector(texts, source, model = '') {