mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-17 21:34:37 +02:00
Merge branch 'main' into feat-endpoint-style-structure
This commit is contained in:
commit
eef2303c8e
3 changed files with 9 additions and 9 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
## Sponsors
|
## Sponsors
|
||||||
|
|
||||||
Sponsored by <a href="https://github.com/DavidDev1334"><b>@DavidDev1334</b></a>
|
Sponsored by <a href="https://github.com/DavidDev1334"><b>@DavidDev1334</b></a> & <a href="https://github.com/mjtechguy"><b>@mjtechguy</b></a>
|
||||||
|
|
||||||
|
|
||||||
## Updates
|
## Updates
|
||||||
|
|
|
||||||
14
api/package-lock.json
generated
14
api/package-lock.json
generated
|
|
@ -10,7 +10,7 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@keyv/mongo": "^2.1.8",
|
"@keyv/mongo": "^2.1.8",
|
||||||
"@waylaidwanderer/chatgpt-api": "^1.33.1",
|
"@waylaidwanderer/chatgpt-api": "^1.33.2",
|
||||||
"axios": "^1.3.4",
|
"axios": "^1.3.4",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"crypto": "^1.0.1",
|
"crypto": "^1.0.1",
|
||||||
|
|
@ -1618,9 +1618,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@waylaidwanderer/chatgpt-api": {
|
"node_modules/@waylaidwanderer/chatgpt-api": {
|
||||||
"version": "1.33.1",
|
"version": "1.33.2",
|
||||||
"resolved": "https://registry.npmjs.org/@waylaidwanderer/chatgpt-api/-/chatgpt-api-1.33.1.tgz",
|
"resolved": "https://registry.npmjs.org/@waylaidwanderer/chatgpt-api/-/chatgpt-api-1.33.2.tgz",
|
||||||
"integrity": "sha512-RUWrwOcm22mV1j0bQUoY1TB3UzmpuQxV7jQurUMsIy/pfSQwS5n8nsJ0erU76t9H5eSiXoRL6/cmMBWbUd+J9w==",
|
"integrity": "sha512-8CJLln0yaxLGWs21C31OADdAUnSGEDrIqnuPmzRF30/NQGjOWPeHdh00slVqqSNWSGWx5zhCwc9Gt7TSQJYB5Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dqbd/tiktoken": "^1.0.2",
|
"@dqbd/tiktoken": "^1.0.2",
|
||||||
"@fastify/cors": "^8.2.0",
|
"@fastify/cors": "^8.2.0",
|
||||||
|
|
@ -7045,9 +7045,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@waylaidwanderer/chatgpt-api": {
|
"@waylaidwanderer/chatgpt-api": {
|
||||||
"version": "1.33.1",
|
"version": "1.33.2",
|
||||||
"resolved": "https://registry.npmjs.org/@waylaidwanderer/chatgpt-api/-/chatgpt-api-1.33.1.tgz",
|
"resolved": "https://registry.npmjs.org/@waylaidwanderer/chatgpt-api/-/chatgpt-api-1.33.2.tgz",
|
||||||
"integrity": "sha512-RUWrwOcm22mV1j0bQUoY1TB3UzmpuQxV7jQurUMsIy/pfSQwS5n8nsJ0erU76t9H5eSiXoRL6/cmMBWbUd+J9w==",
|
"integrity": "sha512-8CJLln0yaxLGWs21C31OADdAUnSGEDrIqnuPmzRF30/NQGjOWPeHdh00slVqqSNWSGWx5zhCwc9Gt7TSQJYB5Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@dqbd/tiktoken": "^1.0.2",
|
"@dqbd/tiktoken": "^1.0.2",
|
||||||
"@fastify/cors": "^8.2.0",
|
"@fastify/cors": "^8.2.0",
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
"homepage": "https://github.com/danny-avila/chatgpt-clone#readme",
|
"homepage": "https://github.com/danny-avila/chatgpt-clone#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@keyv/mongo": "^2.1.8",
|
"@keyv/mongo": "^2.1.8",
|
||||||
"@waylaidwanderer/chatgpt-api": "^1.33.1",
|
"@waylaidwanderer/chatgpt-api": "^1.33.2",
|
||||||
"axios": "^1.3.4",
|
"axios": "^1.3.4",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"crypto": "^1.0.1",
|
"crypto": "^1.0.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue