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 6cafc07e0d feat: 调整内容 2 years ago
.husky chore: 添加 lint-staged 2 years ago
.vscode feat: 优化文件结构、组件、布局 2 years ago
docs chore: cover.png 2 years ago
public chore: initialize 2 years ago
service feat: 前后端统一接口类型 2 years ago
src feat: 调整内容 2 years ago
.commitlintrc.json chore: 添加 lint-staged 2 years ago
.editorconfig chore: initialize 2 years ago
.env chore: 调整文件结构 service 和 web 分离 2 years ago
.eslintrc.cjs chore: initialize 2 years ago
.gitattributes chore: initialize 2 years ago
.gitignore chore: editor settings 2 years ago
.npmrc chore: 添加 lint-staged 2 years ago
CHANGELOG.md chore: CHANGELOG.md 2 years ago
README.en.md chore: 默认 MD 文件 2 years ago
README.md chore: 默认 MD 文件 2 years ago
index.html pref: reduce code 2 years ago
license pref: 优化部份内容 2 years ago
package.json feat: 调整为路由模式 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: 调整文件结构 service 和 web 分离 2 years ago
vite.config.ts pref: reduce code 2 years ago

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