mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-22 20:51:39 +00:00
22 lines
320 B
Markdown
22 lines
320 B
Markdown
# ChatGPT Web Bot
|
|
|
|
This is a ChatGPT web application demo with express and vue3
|
|
|
|

|
|
## Intro
|
|
1. `node >= 18`
|
|
1. `pnpm install` node deps
|
|
2. set `OPENAI_API_KEY` in `.env`
|
|
|
|
## Run
|
|
```shell
|
|
# 1. run service
|
|
pnpm run service
|
|
|
|
# 2. run web
|
|
pnpm run dev
|
|
```
|
|
|
|
## License
|
|
MIT © [ChenZhaoYu](./license)
|