chore: add websocket & http api about chat AI (#7)

* chore: add websocket & http api about chat AI

* feat: Chat AI API debug

* chore: modify the config
This commit is contained in:
BiggerRain
2024-11-09 11:30:36 +08:00
committed by GitHub
parent b52c604a2d
commit 76d06dc3fe
20 changed files with 1297 additions and 154 deletions

View File

@@ -12,8 +12,10 @@
"dependencies": {
"@headlessui/react": "^2.1.10",
"@tauri-apps/api": ">=2.0.0",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-http": "~2.0.1",
"@tauri-apps/plugin-shell": ">=2.0.0",
"@tauri-apps/plugin-websocket": "~2",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"framer-motion": "^11.11.11",
"i18next": "^23.16.2",
@@ -23,6 +25,7 @@
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.5.1",
"react-i18next": "^15.1.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.27.0",
"zustand": "^5.0.0"
},