Skip to content

Commit

Permalink
feat: update readme (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhunter2333 authored May 29, 2023
1 parent 77a302d commit 562c68b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ services:
## Local Run
创建 `.env` 文件,填入如下内容, `api_key` 为必填项, 其余为可选项

```bash
api_key=sk-xxxx
api_base=https://api.openai.com/v1
github_client_id=xxx
github_client_secret=xxx
ad_client=ca-pub-xxx
ad_slot=123
```

RUN

```bash
cd frontend
pnpm install
Expand Down

0 comments on commit 562c68b

Please sign in to comment.