v4.5 (#403)
Showing
docSite/assets/imgs/v45-1.png
0 → 100644
This diff is collapsed.
Click to expand it.
docSite/assets/imgs/v45-2.png
0 → 100644
286 KB
docSite/assets/imgs/v45-3.png
0 → 100644
382 KB
docSite/assets/imgs/v45-4.png
0 → 100644
289 KB
| ... | ... | @@ -5,7 +5,9 @@ |
| "mongoose": "^7.0.2", | ||
| "winston": "^3.10.0", | ||
| "winston-mongodb": "^5.1.1", | ||
| "axios": "^1.5.1" | ||
| "axios": "^1.5.1", | ||
| "nextjs-cors": "^2.1.2", | ||
| "next": "13.5.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^20.8.5" | ||
| ... | ... |
packages/common/tools/nextjs.ts
0 → 100644
| ... | ... | @@ -5,7 +5,7 @@ |
| "@fastgpt/common": "workspace:*", | ||
| "@fastgpt/support": "workspace:*", | ||
| "encoding": "^0.1.13", | ||
| "openai": "^4.11.1", | ||
| "openai": "^4.12.1", | ||
| "tunnel": "^0.0.6" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... |
| ... | ... | @@ -5,7 +5,8 @@ |
| "@fastgpt/common": "workspace:*", | ||
| "cookie": "^0.5.0", | ||
| "jsonwebtoken": "^9.0.2", | ||
| "axios": "^1.5.1" | ||
| "axios": "^1.5.1", | ||
| "next": "13.5.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/cookie": "^0.5.2", | ||
| ... | ... |
packages/support/user/tools.ts
deleted
100644 → 0
| { | ||
| "name": "app", | ||
| "version": "4.4.7", | ||
| "version": "4.5.0", | ||
| "private": false, | ||
| "scripts": { | ||
| "dev": "next dev", | ||
| ... | ... | @@ -31,6 +31,7 @@ |
| "formidable": "^2.1.1", | ||
| "framer-motion": "^9.0.6", | ||
| "hyperdown": "^2.4.29", | ||
| "i18next": "^23.2.11", | ||
| "immer": "^9.0.19", | ||
| "js-cookie": "^3.0.5", | ||
| "js-tiktoken": "^1.0.7", | ||
| ... | ... | @@ -43,7 +44,7 @@ |
| "multer": "1.4.5-lts.1", | ||
| "nanoid": "^4.0.1", | ||
| "next": "13.5.2", | ||
| "nextjs-cors": "^2.1.2", | ||
| "next-i18next": "^14.0.0", | ||
| "nprogress": "^0.2.0", | ||
| "papaparse": "^5.4.1", | ||
| "pg": "^8.10.0", | ||
| ... | ... | @@ -52,6 +53,7 @@ |
| "react-day-picker": "^8.7.1", | ||
| "react-dom": "18.2.0", | ||
| "react-hook-form": "^7.43.1", | ||
| "react-i18next": "^13.0.2", | ||
| "react-markdown": "^8.0.7", | ||
| "react-syntax-highlighter": "^15.5.0", | ||
| "reactflow": "^11.7.4", | ||
| ... | ... | @@ -62,10 +64,7 @@ |
| "request-ip": "^3.3.0", | ||
| "sass": "^1.58.3", | ||
| "timezones-list": "^3.0.2", | ||
| "zustand": "^4.3.5", | ||
| "i18next": "^23.2.11", | ||
| "react-i18next": "^13.0.2", | ||
| "next-i18next": "^14.0.0" | ||
| "zustand": "^4.3.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@svgr/webpack": "^6.5.1", | ||
| ... | ... | @@ -76,6 +75,7 @@ |
| "@types/jsonwebtoken": "^9.0.3", | ||
| "@types/lodash": "^4.14.191", | ||
| "@types/multer": "^1.4.7", | ||
| "@types/node": "^20.8.5", | ||
| "@types/papaparse": "^5.3.7", | ||
| "@types/pg": "^8.6.6", | ||
| "@types/react": "18.0.28", | ||
| ... | ... |
projects/app/src/service/core/ai/model.ts
0 → 100644
projects/app/src/service/core/app/module.ts
0 → 100644
Please
register
or
sign in
to comment