mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
🤖 feat: Add Vision Models; fix: Agents user_provided Keys (#4903)
* 🤖 feat: add new vision models
* fix: agent key expiry setting and typing in useChatFunctions
This commit is contained in:
parent
2875380bf1
commit
dc728480f4
4 changed files with 17 additions and 7 deletions
|
|
@ -761,6 +761,13 @@ export const visionModels = [
|
|||
'gemini-pro-vision',
|
||||
'claude-3',
|
||||
'gemini-1.5',
|
||||
'gemini-exp',
|
||||
'moondream',
|
||||
'llama3.2-vision',
|
||||
'llama-3.2-90b-vision',
|
||||
'llama-3.2-11b-vision',
|
||||
'llama-3-2-90b-vision',
|
||||
'llama-3-2-11b-vision',
|
||||
];
|
||||
export enum VisionModes {
|
||||
generative = 'generative',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue