Update dotenv.mdx#582
Open
PichuChen wants to merge 2 commits into
Open
Conversation
Update default Vertex AI Google model list. - Add `gemini-3.5-flash` - Add `gemini-3.1-flash-lite` - Keep `gemini-3.1-pro-preview-customtools` for agentic/custom-tools workflows - Keep existing Gemini 2.5 and 2.0 model IDs for backward compatibility
|
@PichuChen is attempting to deploy a commit to the LibreChat's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull request overview
Updates the .env documentation for the Google endpoint by revising the example/default GOOGLE_MODELS list to include newer Gemini model IDs and consolidating Gemini API + Vertex AI guidance into a single entry.
Changes:
- Consolidated the
GOOGLE_MODELSdocumentation into one combined description for Gemini API / Vertex AI. - Updated the example
GOOGLE_MODELSvalue to addgemini-3.5-flashandgemini-3.1-flash-litewhile retaining existing 2.x/3.1 entries.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+687
to
+688
| 'Available Google models for Gemini Enterprise Agent Platform (Gemini API / Vertex AI), separated by commas.', | ||
| 'GOOGLE_MODELS=gemini-3.5-flash,gemini-3.1-pro-preview,gemini-3.1-pro-preview-customtools,gemini-3.1-flash-lite,gemini-2.5-pro,gemini-2.5-flash,gemini-2.5-flash-lite,gemini-2.0-flash-001,gemini-2.0-flash-lite-001', |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update default Vertex AI Google model list.
gemini-3.5-flashgemini-3.1-flash-litegemini-3.1-pro-preview-customtoolsfor agentic/custom-tools workflows