Fix name of provider in embeddings models error message
This commit is contained in:
parent
341aae4587
commit
3f2a8f862c
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export const loadGeminiEmbeddingModels = async () => {
|
|||
|
||||
return embeddingModels;
|
||||
} catch (err) {
|
||||
console.error(`Error loading OpenAI embeddings models: ${err}`);
|
||||
console.error(`Error loading Gemini embeddings models: ${err}`);
|
||||
return {};
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue