692d37ec35 | ||
---|---|---|
.vscode | ||
docs | ||
public | ||
service | ||
src | ||
.editorconfig | ||
.env | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitattributes | ||
.gitignore | ||
.prettierrc.json | ||
CHANGELOG.md | ||
README.md | ||
README.zh-CN.md | ||
index.html | ||
license | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
vite.config.ts |
README.md
ChatGPT Web Bot
English | 中文
ChartGPT demo page built with express and vue3
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