mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-06 08:10:17 +01:00
clear all convos in progress, async code refactored in debugging warning
This commit is contained in:
parent
053368646d
commit
511ac948b4
10 changed files with 84 additions and 65 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"@keyv/mongo": "^2.1.8",
|
||||
"@reduxjs/toolkit": "^1.9.2",
|
||||
"chatgpt": "^4.1.1",
|
||||
"chatgpt": "^4.2.0",
|
||||
"cors": "^2.8.5",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"dotenv": "^16.0.3",
|
||||
|
|
@ -5233,9 +5233,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/chatgpt": {
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-4.1.1.tgz",
|
||||
"integrity": "sha512-2Hn9kjSSndvmLiRLYK1xHXxf436xwby3vmLBlLayxFFErQHW2+47zjGlaanhrFzb89MfWsf+1GPwl/qKklDUeA==",
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-4.2.0.tgz",
|
||||
"integrity": "sha512-HYQ65GCa8PGtmmUB+XSAa17/IKTy/EEj8QU9HGU8UAsGBtKZushiozC0JpNcTyG+ivpuwzdduXJyL6ELnqkY4A==",
|
||||
"dependencies": {
|
||||
"eventsource-parser": "^0.0.5",
|
||||
"gpt-3-encoder": "^1.1.4",
|
||||
|
|
@ -16406,9 +16406,9 @@
|
|||
}
|
||||
},
|
||||
"chatgpt": {
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-4.1.1.tgz",
|
||||
"integrity": "sha512-2Hn9kjSSndvmLiRLYK1xHXxf436xwby3vmLBlLayxFFErQHW2+47zjGlaanhrFzb89MfWsf+1GPwl/qKklDUeA==",
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-4.2.0.tgz",
|
||||
"integrity": "sha512-HYQ65GCa8PGtmmUB+XSAa17/IKTy/EEj8QU9HGU8UAsGBtKZushiozC0JpNcTyG+ivpuwzdduXJyL6ELnqkY4A==",
|
||||
"requires": {
|
||||
"eventsource-parser": "^0.0.5",
|
||||
"gpt-3-encoder": "^1.1.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue