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
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)
|