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.
|
|
3 years ago | |
|---|---|---|
| .husky | 3 years ago | |
| .vscode | 3 years ago | |
| docs | 3 years ago | |
| public | 3 years ago | |
| service | 3 years ago | |
| src | 3 years ago | |
| .commitlintrc.json | 3 years ago | |
| .editorconfig | 3 years ago | |
| .env | 3 years ago | |
| .eslintrc.cjs | 3 years ago | |
| .gitattributes | 3 years ago | |
| .gitignore | 3 years ago | |
| .npmrc | 3 years ago | |
| CHANGELOG.md | 3 years ago | |
| README.en.md | 3 years ago | |
| README.md | 3 years ago | |
| index.html | 3 years ago | |
| license | 3 years ago | |
| package.json | 3 years ago | |
| pnpm-lock.yaml | 3 years ago | |
| postcss.config.js | 3 years ago | |
| tailwind.config.js | 3 years ago | |
| tsconfig.json | 3 years ago | |
| vite.config.ts | 3 years ago | |
README.en.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
