v0.7.1 (#2502)

* chore: make openai package definition explicit

*  v0.7.1

* chore: gpt-4-vision correct context length

* add `llava` to vision models list
This commit is contained in:
Danny Avila 2024-04-23 08:57:20 -04:00 committed by GitHub
parent 0ae98ff011
commit 3df4fac118
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 31 additions and 15 deletions

View file

@ -397,6 +397,7 @@ export const supportsBalanceCheck = {
export const visionModels = [
'gpt-4-vision',
'llava',
'llava-13b',
'gemini-pro-vision',
'claude-3',
@ -610,7 +611,7 @@ export enum Constants {
/**
* Key for the app's version.
*/
VERSION = 'v0.7.0',
VERSION = 'v0.7.1',
/**
* Key for the Custom Config's version (librechat.yaml).
*/