Skip to content

Commit 96a30f7

Browse files
committed
fix: Fix gemini example
1 parent b680d67 commit 96a30f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/gemini_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const MyChatBot = () => {
5858
mode: 'direct',
5959
model: 'gemini-1.5-flash',
6060
responseFormat: 'stream',
61-
apiKey: geminiApiKey,
61+
apiKey: apiKey,
6262
}),
6363
outputType: 'character',
6464
},

0 commit comments

Comments
 (0)