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 0ddc1e8ad6 chore: README 2 years ago
.vscode chore: initialize 2 years ago
docs pref: 优化部份内容 2 years ago
public chore: initialize 2 years ago
service feat: 添加后端接口 2 years ago
src pref: 优化部份内容 2 years ago
.editorconfig chore: initialize 2 years ago
.env feat: 删除多余的内容 2 years ago
.eslintignore chore: initialize 2 years ago
.eslintrc.cjs chore: initialize 2 years ago
.gitattributes chore: initialize 2 years ago
.gitignore chore: initialize 2 years ago
.npmrc chore: initialize 2 years ago
.prettierrc.json chore: initialize 2 years ago
CHANGELOG.md chore: initialize 2 years ago
README.md chore: README 2 years ago
index.html chore: initialize 2 years ago
license pref: 优化部份内容 2 years ago
package.json chore: change name 2 years ago
pnpm-lock.yaml feat: 删除多余的内容 2 years ago
postcss.config.js chore: initialize 2 years ago
tailwind.config.js chore: initialize 2 years ago
tsconfig.json chore: initialize 2 years ago
vite.config.ts feat: 删除多余的内容 2 years ago

README.md

ChatGPT Web Bot

This is a ChatGPT web application demo with express and vue3

cover

Usage

Make sure node >= 18

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