Files
chatgpt-web/README.md
2023-02-09 15:57:39 +08:00

33 lines
455 B
Markdown

# ChatGPT Web Bot
This is a ChatGPT web application demo with express and vue3
![cover](./docs/cover.png)
## Usage
> Make sure `node >= 18`
install node deps
```shell
pnpm install
```
Sign up for an [OpenAI API key](https://platform.openai.com/overview) and store it in your environment.
```
# .env
OPENAI_API_KEY="Your Key"
```
Run service
```shell
pnpm run service
```
Run web
```shell
pnpm run dev
```
## License
MIT © [ChenZhaoYu](./license)