Untitled
Anonymous
python
01/23/2024 4:08 AM
176 B
24
Indexable
response = await model.generate_content_async(
[
*images,
"Describe the images.",
]
)
print(response.text)Editor is loading...
Leave a Comment
response = await model.generate_content_async(
[
*images,
"Describe the images.",
]
)
print(response.text)