Untitled

 avatar
unknown
python
a year ago
130 B
11
Indexable
response = await model.generate_content_async(
    [
        *images,
        "Describe the images.",
    ]
)
print(response.text)
Editor is loading...
Leave a Comment