gemini-php
gemini-php copied to clipboard
RegionName and modelName outdated ?
Hello,
I've just try this package, and Prompt works fine, thanks. But the VALID_REGIONS and VALID_MODELS are a little outdated.
It would be interesting to have :
- VALID_REGIONS "europe-xxxxx" (for example europe-west3, europe-west9, ...)
- VALID_MODELS "gemini-1.0-pro-vision-001" (the last model available)
Maybe the job is just to add these items in const VALID_REGIONS and const VALID_MODELS ? Or maybe other things in code depends on these items ?
Regards,
Same here. Also topK isn't mandatory for latest preview models.
Same. It would be great to get the latest models / regions added in
created a pull request to fix the latest models