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.
455 B
455 B
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