fix tiktoken

This commit is contained in:
sijinhui
2024-08-13 18:58:13 +08:00
parent d9f324bcf6
commit 1626bd3e4e
3 changed files with 122 additions and 8 deletions

View File

@@ -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",