google / generative-ai-go

Go SDK for Google Generative AI
Apache License 2.0
595 stars 60 forks source link

genai: add explicit MIME type CreateCachedContent example #199

Closed jba closed 4 months ago

jba commented 4 months ago

The model seems to require it (even though it correctly infers that the MIME type is text/plain).

Fixes #198.

jba commented 4 months ago

Done.