We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341aae4 commit 3f2a8f8Copy full SHA for 3f2a8f8
src/lib/providers/gemini.ts
@@ -108,7 +108,7 @@ export const loadGeminiEmbeddingModels = async () => {
108
109
return embeddingModels;
110
} catch (err) {
111
- console.error(`Error loading OpenAI embeddings models: ${err}`);
+ console.error(`Error loading Gemini embeddings models: ${err}`);
112
return {};
113
}
114
};
0 commit comments