mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50:15 +01:00
✨ 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:
parent
0ae98ff011
commit
3df4fac118
14 changed files with 31 additions and 15 deletions
|
|
@ -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).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue