Skip to content

Commit ff2d2eb

Browse files
committed
Add missing comma in code sample
1 parent 716d7a4 commit ff2d2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/embedders/gemini.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Here's an example of embedder settings for Gemini:
3232
"headers": {
3333
"Content-Type": "application/json",
3434
"x-goog-api-key": "<Google API Key>"
35-
}
35+
},
3636
"url": "https://generativelanguage.googleapis.com/v1beta/models/gemini-embedding-001:batchEmbedContents",
3737
"request": {
3838
"requests": [

0 commit comments

Comments
 (0)