fix: chat lag (#151)

* fix: chat lag

* chore: update translation

* fix: console log

* fix: chat error

* feat: add time out & greetings

---------

Co-authored-by: medcl <m@medcl.net>
This commit is contained in:
BiggerRain
2025-02-19 17:23:49 +08:00
committed by GitHub
parent ca5a7437f3
commit 74af718249
7 changed files with 148 additions and 90 deletions

View File

@@ -28,7 +28,7 @@
"dotenv": "^16.4.7",
"i18next": "^23.16.2",
"i18next-browser-languagedetector": "^8.0.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lucide-react": "^0.461.0",
"mermaid": "^11.4.0",
"react": "^18.2.0",
@@ -49,7 +49,7 @@
},
"devDependencies": {
"@tauri-apps/cli": "^2.2.7",
"@types/lodash": "^4.17.12",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.8.4",
"@types/react": "^18.2.15",