用 Express 和 Vue3 搭建的 ChatGPT 演示网页
Go to file
ChenZhaoYu 5ca1b4557a chore: miss build-only script 2023-02-13 11:06:07 +08:00
.husky chore: 添加 lint-staged 2023-02-13 11:03:10 +08:00
.vscode chore: 添加 lint-staged 2023-02-13 11:03:10 +08:00
docs chore: cover.png 2023-02-10 09:32:43 +08:00
public chore: initialize 2023-02-09 11:21:33 +08:00
service chore: 调整文件结构 service 和 web 分离 2023-02-13 10:00:08 +08:00
src pref: 取消 `disabled` 以使 `input` 焦点连续输入 2023-02-12 10:29:21 +08:00
.commitlintrc.json chore: 添加 lint-staged 2023-02-13 11:03:10 +08:00
.editorconfig chore: initialize 2023-02-09 11:21:33 +08:00
.env chore: 调整文件结构 service 和 web 分离 2023-02-13 10:00:08 +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: 添加 lint-staged 2023-02-13 11:03:10 +08:00
CHANGELOG.md chore: CHANGELOG.md 2023-02-12 10:38:17 +08:00
README.en.md chore: 默认 MD 文件 2023-02-12 10:34:51 +08:00
README.md chore: 默认 MD 文件 2023-02-12 10:34:51 +08:00
index.html pref: reduce code 2023-02-10 09:19:37 +08:00
license pref: 优化部份内容 2023-02-09 15:48:27 +08:00
package.json chore: miss build-only script 2023-02-13 11:06:07 +08:00
pnpm-lock.yaml chore: 添加 lint-staged 2023-02-13 11:03:10 +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: 调整文件结构 service 和 web 分离 2023-02-13 10:00:08 +08:00
vite.config.ts pref: reduce code 2023-02-10 09:19:37 +08:00

README.en.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