new framwork
Showing
.env.template
deleted
100644 → 0
.husky/pre-commit
deleted
100755 → 0
.vscode/settings.json
0 → 100644
Makefile
deleted
100644 → 0
File moved
File moved
client/.gitignore
0 → 100644
File moved
File moved
client/package.json
0 → 100644
| { | |||
| "name": "fastgpt", | |||
| "version": "3.7", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "next dev", | |||
| "build": "next build", | |||
| "start": "next start", | |||
| "lint": "next lint" | |||
| }, | |||
| "dependencies": { | |||
| "@alicloud/dysmsapi20170525": "^2.0.23", | |||
| "@alicloud/openapi-client": "^0.4.5", | |||
| "@alicloud/tea-util": "^1.4.5", | |||
| "@chakra-ui/icons": "^2.0.17", | |||
| "@chakra-ui/react": "^2.5.1", | |||
| "@chakra-ui/system": "^2.5.5", | |||
| "@dqbd/tiktoken": "^1.0.6", | |||
| "@emotion/react": "^11.10.6", | |||
| "@emotion/styled": "^11.10.6", | |||
| "@next/font": "13.1.6", | |||
| "@tanstack/react-query": "^4.24.10", | |||
| "@types/nprogress": "^0.2.0", | |||
| "axios": "^1.3.3", | |||
| "cookie": "^0.5.0", | |||
| "crypto": "^1.0.1", | |||
| "dayjs": "^1.11.7", | |||
| "eventsource-parser": "^0.1.0", | |||
| "formidable": "^2.1.1", | |||
| "framer-motion": "^9.0.6", | |||
| "graphemer": "^1.4.0", | |||
| "hyperdown": "^2.4.29", | |||
| "immer": "^9.0.19", | |||
| "jsonwebtoken": "^9.0.0", | |||
| "lodash": "^4.17.21", | |||
| "mammoth": "^1.5.1", | |||
| "mongoose": "^6.10.0", | |||
| "nanoid": "^4.0.1", | |||
| "next": "13.1.6", | |||
| "nextjs-cors": "^2.1.2", | |||
| "nodemailer": "^6.9.1", | |||
| "nprogress": "^0.2.0", | |||
| "openai": "^3.2.1", | |||
| "papaparse": "^5.4.1", | |||
| "pg": "^8.10.0", | |||
| "react": "18.2.0", | |||
| "react-dom": "18.2.0", | |||
| "react-hook-form": "^7.43.1", | |||
| "react-markdown": "^8.0.5", | |||
| "react-syntax-highlighter": "^15.5.0", | |||
| "rehype-katex": "^6.0.2", | |||
| "remark-gfm": "^3.0.1", | |||
| "remark-math": "^5.1.1", | |||
| "request-ip": "^3.3.0", | |||
| "sass": "^1.58.3", | |||
| "tunnel": "^0.0.6", | |||
| "wxpay-v3": "^3.0.2", | |||
| "zustand": "^4.3.5" | |||
| }, | |||
| "devDependencies": { | |||
| "@svgr/webpack": "^6.5.1", | |||
| "@types/cookie": "^0.5.1", | |||
| "@types/formidable": "^2.0.5", | |||
| "@types/jsonwebtoken": "^9.0.1", | |||
| "@types/lodash": "^4.14.191", | |||
| "@types/node": "18.14.0", | |||
| "@types/nodemailer": "^6.4.7", | |||
| "@types/papaparse": "^5.3.7", | |||
| "@types/pg": "^8.6.6", | |||
| "@types/react": "18.0.28", | |||
| "@types/react-dom": "18.0.11", | |||
| "@types/react-syntax-highlighter": "^15.5.6", | |||
| "@types/request-ip": "^0.0.37", | |||
| "@types/tunnel": "^0.0.3", | |||
| "eslint": "8.34.0", | |||
| "eslint-config-next": "13.1.6", | |||
| "typescript": "4.9.5" | |||
| }, | |||
| "engines": { | |||
| "node": ">=18.0.0" | |||
| } | |||
| } |
client/pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
This diff is collapsed.
Click to expand it.
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
File moved
File moved
This diff is collapsed.
Click to expand it.
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
This diff is collapsed.
Click to expand it.
File moved
File moved
This diff is collapsed.
Click to expand it.
File moved
File moved
This diff is collapsed.
Click to expand it.
File moved
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
File moved
File moved
File moved
File moved
client/src/service/models/user.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/service/mongo.ts
0 → 100644
This diff is collapsed.
Click to expand it.
File moved
client/src/service/response.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
client/src/service/utils/chat/claude.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/service/utils/chat/openai.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/service/utils/sendNote.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/service/utils/tools.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/service/utils/wxpay.ts
0 → 100644
This diff is collapsed.
Click to expand it.
File moved
client/src/store/global.ts
0 → 100644
This diff is collapsed.
Click to expand it.
File moved
client/src/styles/reset.scss
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/types/chat.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/types/index.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/types/model.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/types/mongoSchema.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/types/openapi.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/types/pg.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
File moved
client/src/utils/plugin/google.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/utils/plugin/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/utils/plugin/openai.ts
0 → 100644
This diff is collapsed.
Click to expand it.
client/src/utils/tools.ts
0 → 100644
This diff is collapsed.
Click to expand it.
File moved
client/tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/imgs/wx300-2.jpg
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
public/imgs/wxqun300.jpg
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/service/models/user.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/service/mongo.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/service/response.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/service/utils/chat/claude.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/service/utils/chat/openai.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/service/utils/sendNote.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/service/utils/tools.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/service/utils/wxpay.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/store/global.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/styles/reset.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/types/chat.d.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/types/index.d.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/types/model.d.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/types/mongoSchema.d.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/types/openapi.d.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/types/pg.d.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/plugin/google.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/plugin/index.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/plugin/openai.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/tools.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tsconfig.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment