Skip to content

Commit

Permalink
chore: 默认 MD 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanzhaoyu committed Feb 12, 2023
1 parent 2c816af commit fc0d207
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 52 deletions.
39 changes: 39 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# ChatGPT Web Bot

[中文](./README.md) | English

ChartGPT demo page built with express and vue3

![cover](./docs/cover.png)

## Usage
> Make sure `node >= 18`
If pnpm is not installed
```shell
npm install pnpm -g
```

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
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
# ChatGPT Web Bot

English | [中文](./README.zh-CN.md)
中文 | [English](./README.en.md)

ChartGPT demo page built with express and vue3
使用 express 和 vue3 搭建的 ChartGPT 演示网页

![cover](./docs/cover.png)
## Usage
> Make sure `node >= 18`

If pnpm is not installed
## 使用
> 确保 `node >= 18`
如果你没有安装过 `pnpm`
```shell
npm install pnpm -g
```

install node deps
安装依赖
```shell
pnpm install
```

Sign up for an [OpenAI API key](https://platform.openai.com/overview) and store it in your environment.
获取 [OpenAI API key](https://platform.openai.com/overview) 到本地环境变量

```
# .env
OPENAI_API_KEY="Your Key"
```

Run service
运行服务
```shell
pnpm run service
```

Run web
运行网页
```shell
pnpm run dev
```
Expand Down
40 changes: 0 additions & 40 deletions README.zh-CN.md

This file was deleted.

6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit fc0d207

@vercel
Copy link

@vercel vercel bot commented on fc0d207 Feb 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.