google-gemini-php / client

⚡️ Gemini PHP is a community-maintained PHP API client that allows you to interact with the Gemini AI API.
MIT License
168 stars 19 forks source link

File uploads #15

Closed asivaneswaran closed 2 months ago

asivaneswaran commented 2 months ago

Hi,

Is it possible to support file uploads?

https://ai.google.dev/api/rest/v1beta/files

Thanks!

aydinfatih commented 2 months ago

Hello @asivaneswaran, Since this feature is currently in beta, I can't include it in the package, but I plan to open a separate branch and develop it there so that beta features can be used by those who want to use them.

jhoanborges commented 1 month ago

A workaround o'm doing currently is to convert PDF files to images and seems to be working temporarily