Skip to content

Commit

Permalink
feat: close ChatGPTNextWeb#427 add OPENAI_ORG_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed Apr 20, 2023
1 parent 7e8973c commit e3d2dd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ Access passsword, separated by comma.
Override openai api request base url.

### `OPENAI_ORG_ID` (optional)

Specify OpenAI organization ID.

## Development

> [简体中文 > 如何进行二次开发](./README_CN.md#开发)
Expand Down
4 changes: 4 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ OpenAI 接口代理 URL,如果你手动配置了 openai 接口代理,请填

> 如果遇到 ssl 证书问题,请将 `BASE_URL` 的协议设置为 http。
### `OPENAI_ORG_ID` (可选)

指定 OpenAI 中的组织 ID。

## 开发

> 强烈不建议在本地进行开发或者部署,由于一些技术原因,很难在本地配置好 OpenAI API 代理,除非你能保证可以直连 OpenAI 服务器。
Expand Down

0 comments on commit e3d2dd7

Please sign in to comment.