Skip to content

Commit 4f1ea10

Browse files
fix: sample code (#228)
1 parent 69cb0ea commit 4f1ea10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cookie_picture = {
2626
prompt = "Give me a recipe for this:"
2727

2828
response = model.generate_content(
29-
content=[prompt, cookie_picture]
29+
contents=[prompt, cookie_picture]
3030
)
3131
print(response.text)
3232
```

0 commit comments

Comments
 (0)