use correct name for gemini-3.1-flash-lite - #59
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the model name 'gemini-3.1-flash-lite-preview' to 'gemini-3.1-flash-lite' in the SKILL.md documentation. The reviewer recommends further improving the documentation by synchronizing it with other skill files, specifically by removing '-preview' suffixes from image models, removing legacy models, and adding missing models to ensure consistency across the project.
| - `gemini-3.5-flash`: 1M tokens, fast, balanced performance, multimodal | ||
| - `gemini-3.1-pro-preview`: 1M tokens, complex reasoning, coding, research | ||
| - `gemini-3.1-flash-lite-preview`: cost-efficient, fastest performance for high-frequency, lightweight tasks | ||
| - `gemini-3.1-flash-lite`: cost-efficient, fastest performance for high-frequency, lightweight tasks |
There was a problem hiding this comment.
While this change corrects one model name, this file remains inconsistent with other skill files like skills/gemini-interactions-api/SKILL.md. To prevent user confusion from conflicting documentation, this file should be fully synchronized.
Please consider making the following additional changes:
- Image Models: Remove the
-previewsuffix from the image models on lines 18-20 (e.g.,gemini-3-pro-image-preview) to align withgemini-interactions-api/SKILL.md. - Legacy Models: Remove
gemini-2.5-proandgemini-2.5-flashfrom the current models list (lines 21-22).gemini-interactions-api/SKILL.mdmarksgemini-2.5-*models as deprecated, so the warning on line 27 should be updated to include them. - Missing Models: Add
gemini-3.1-flash-tts-previewandgemini-omni-flash-previewto the list of current models.
Making this PR more comprehensive would significantly improve documentation consistency.
|
Thanks for the PR & apologies for the late response. It looks like this issue has been corrected through other changes, so I'll close this now. |
No description provided.