This release brings large improvements to the Google Gemini provider.
- We now default to using the
gemini-1.5-pro
model. It's an even more capable model than the previous model (gemini-1.5-flash
), able to handle more complex reasoning tasks. Note that the extension will automatically switch back to the Flash model when your rate limit for the Pro model is exceeded. - Added support for many more file formats. This includes all code files, and almost all other text-based file formats!
What's Changed
- Automatic model detection for Google Gemini by @XInTheDark in #67
Full Changelog: v2.1...v2.2