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.

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)
2 years ago
## Usage
> Make sure `node >= 18`
2 years ago
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
2 years ago
```
2 years ago
Run web
```shell
pnpm run dev
```
## License
MIT © [ChenZhaoYu](./license)