You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ChenZhaoYu cd36072d6a | 2 years ago | |
---|---|---|
.vscode | 2 years ago | |
docs | 2 years ago | |
public | 2 years ago | |
service | 2 years ago | |
src | 2 years ago | |
.editorconfig | 2 years ago | |
.env | 2 years ago | |
.eslintignore | 2 years ago | |
.eslintrc.cjs | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
.npmrc | 2 years ago | |
.prettierrc.json | 2 years ago | |
CHANGELOG.md | 2 years ago | |
README.md | 2 years ago | |
index.html | 2 years ago | |
license | 2 years ago | |
package.json | 2 years ago | |
pnpm-lock.yaml | 2 years ago | |
postcss.config.js | 2 years ago | |
tailwind.config.js | 2 years ago | |
tsconfig.json | 2 years ago | |
vite.config.ts | 2 years ago |
README.md
ChatGPT Web Bot
This is a ChatGPT web application demo with express and vue3
Intro
node >= 18
pnpm install
node deps- set
OPENAI_API_KEY
in.env
Run
# 1. run service
pnpm run service
# 2. run web
pnpm run dev
License
MIT © ChenZhaoYu