fix: specify the key

This commit is contained in:
xavidop
2025-06-04 22:34:22 +02:00
parent 0a3816417a
commit 7695d8c6a7
+3 -1
View File
@@ -10,6 +10,8 @@ if (!apiKey) {
}
export const ai = genkit({
plugins: [googleAI()],
plugins: [
googleAI({apiKey})
],
model: 'googleai/gemini-2.5-pro-preview-05-06',
});