Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dairoot authored Jul 24, 2024
1 parent c8d301e commit c43ec15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ docker compose up -d # 后台运行

accessToken 获取地址:https://chatgpt.com/api/auth/session

| API 模型 | 描述 |
| --- | --- |
| `gpt-4o-mini` | ChatGPT 4o mini (推荐使用) |
| `gpt-4o` | ChatGPT 4o |
| `gpt-4` | ChatGPT 4 |
| `gpt-4-mobile` | ChatGPT 手机版本模型 |
| `gpt-3.5-turbo` | ChatGPT 3.5 (即将下线) |

```bash
export accessToken=XXXXX
export yourUrl=http://127.0.0.1:50001/上述环境变量配置的MIRROR_API_PREFIX
Expand Down

0 comments on commit c43ec15

Please sign in to comment.