用 Express 和 Vue3 搭建的 ChatGPT 演示网页
Go to file
ChenZhaoYu e8cb651db3 feat: 调整代码样式 2023-02-10 08:09:07 +08:00
.vscode chore: editor settings 2023-02-09 16:20:45 +08:00
docs pref: 优化部份内容 2023-02-09 15:48:27 +08:00
public chore: initialize 2023-02-09 11:21:33 +08:00
service feat: 添加后端接口 2023-02-09 14:55:27 +08:00
src feat: 调整代码样式 2023-02-10 08:09:07 +08:00
.editorconfig chore: initialize 2023-02-09 11:21:33 +08:00
.env feat: 删除多余的内容 2023-02-09 15:18:30 +08:00
.eslintignore chore: initialize 2023-02-09 11:21:33 +08:00
.eslintrc.cjs chore: initialize 2023-02-09 11:21:33 +08:00
.gitattributes chore: initialize 2023-02-09 11:21:33 +08:00
.gitignore chore: editor settings 2023-02-09 16:20:45 +08:00
.npmrc chore: initialize 2023-02-09 11:21:33 +08:00
.prettierrc.json chore: initialize 2023-02-09 11:21:33 +08:00
CHANGELOG.md chore: initialize 2023-02-09 11:21:33 +08:00
README.md chore: README.md 2023-02-09 16:48:21 +08:00
README.zh-CN.md chore: README.md 2023-02-09 16:48:21 +08:00
index.html chore: initialize 2023-02-09 11:21:33 +08:00
license pref: 优化部份内容 2023-02-09 15:48:27 +08:00
package.json chore: change name 2023-02-09 15:51:19 +08:00
pnpm-lock.yaml feat: 删除多余的内容 2023-02-09 15:18:30 +08:00
postcss.config.js chore: initialize 2023-02-09 11:21:33 +08:00
tailwind.config.js chore: initialize 2023-02-09 11:21:33 +08:00
tsconfig.json chore: initialize 2023-02-09 11:21:33 +08:00
vite.config.ts feat: 删除多余的内容 2023-02-09 15:18:30 +08:00

README.md

ChatGPT Web Bot

English | 中文

ChartGPT demo page built with express and vue3

cover

Usage

Make sure node >= 18

If pnpm is not installed

npm install pnpm -g

install node deps

pnpm install

Sign up for an OpenAI API key and store it in your environment.

# .env
OPENAI_API_KEY="Your Key"

Run service

pnpm run service

Run web

pnpm run dev

License

MIT © ChenZhaoYu