gemini-api-php / client

Google Gemini API PHP Client allows you to use the Gemini AI model
MIT License
97 stars 16 forks source link

Is there a way to login with a service account key ? #30

Open lamberttraccard opened 4 months ago

erdemkose commented 3 months ago

Did you try Google's PHP library to access the Google Vertex AI? If you already have a Google Cloud project and want to use the service account, you may also want to use the official library.

https://cloud.google.com/php/docs/reference/cloud-ai-platform/latest

If you think that using this library will be easier than the official library, please let me know. I can consider adding this authentication method.

lamberttraccard commented 3 months ago

No, I didn't try it. I definitely prefer the abstraction you made. Much nicer developer experience! 😄

severfire commented 2 months ago

Your abstraction is much better - their API lacks ease of use and is not described with good examples.