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
169 stars 19 forks source link

Update Gemini.php #3

Closed Bark-fa closed 4 months ago

Bark-fa commented 4 months ago

Added missing namespace declaration, I think use Gemini\Client; and use Gemini\Factory; can be removed now as well.

aydinfatih commented 4 months ago

First of all, thank you for taking the time to contribute to the package.

The class gets included via Composer:

https://github.com/google-gemini-php/client/blob/1db9396dcb9bc269c511b3eacee3c97f4d6ac3be/composer.json#L39