🤖 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:
Danny Avila 2024-12-07 21:21:03 -05:00 committed by GitHub
parent 2875380bf1
commit dc728480f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 7 deletions

View file

@ -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',