mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-12 04:53:44 +08:00
fix tiktoken
This commit is contained in:
@@ -64,9 +64,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "1.6.0",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/cookie": "^0.6.0",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "20.14.10",
|
||||
"@types/nodemailer": "6.4.15",
|
||||
"@types/react": "^18.2.70",
|
||||
@@ -74,8 +74,9 @@
|
||||
"@types/react-highlight-words": "0.20.0",
|
||||
"@types/react-katex": "^3.0.0",
|
||||
"@types/spark-md5": "^3.0.4",
|
||||
"concurrently": "^8.2.2",
|
||||
"autoprefixer": "^10.4.17",
|
||||
"concurrently": "^8.2.2",
|
||||
"copy-webpack-plugin": "^12.0.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"date-fns": "^3.6.0",
|
||||
"eslint": "8.57.0",
|
||||
|
Reference in New Issue
Block a user