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 | |
|---|---|---|
| .vscode | 3 years ago | |
| docs | 3 years ago | |
| public | 3 years ago | |
| service | 3 years ago | |
| src | 3 years ago | |
| .editorconfig | 3 years ago | |
| .env | 3 years ago | |
| .eslintignore | 3 years ago | |
| .eslintrc.cjs | 3 years ago | |
| .gitattributes | 3 years ago | |
| .gitignore | 3 years ago | |
| .npmrc | 3 years ago | |
| .prettierrc.json | 3 years ago | |
| CHANGELOG.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.md
ChatGPT Web Bot
This is a ChatGPT web application demo with express and vue3
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
