Files
chatgpt-web/README.md
2023-02-09 16:02:32 +08:00

35 lines
480 B
Markdown

# ChatGPT Web Bot
English | [中文](./README.zh-CN.md)
ChartGPT demo page built 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)