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

8
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "LibreChat",
"version": "0.7.0",
"version": "0.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "LibreChat",
"version": "0.7.0",
"version": "0.7.1",
"license": "ISC",
"workspaces": [
"api",
@ -38,7 +38,7 @@
},
"api": {
"name": "@librechat/backend",
"version": "0.7.0",
"version": "0.7.1",
"license": "ISC",
"dependencies": {
"@anthropic-ai/sdk": "^0.16.1",
@ -136,7 +136,7 @@
},
"client": {
"name": "@librechat/frontend",
"version": "0.7.0",
"version": "0.7.1",
"license": "ISC",
"dependencies": {
"@ariakit/react": "^0.4.5",