mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 18:00:15 +01:00
🤖 fix: Gemini 2.5 Vision Support (#6663)
* 🤖 fix: Gemini 2.5 Vision Support * 🐛 fix: Update defaultVisionModel logic to handle excluded GenAI models
This commit is contained in:
parent
05bbbd5b60
commit
0ac07ace26
4 changed files with 9 additions and 3 deletions
|
|
@ -864,6 +864,8 @@ export const visionModels = [
|
|||
'gemini-exp',
|
||||
'gemini-1.5',
|
||||
'gemini-2.0',
|
||||
'gemini-2.5',
|
||||
'gemini-3',
|
||||
'moondream',
|
||||
'llama3.2-vision',
|
||||
'llama-3.2-11b-vision',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue