You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2024. It is now read-only.
feat(chatgpt): add apiOrg option for ChatGPTAPI (#217)
I added apiOrg option for ChatGPTAPI in case you need it to specify
which organisation to use when you have multiple one in your OpenAI
account
I added a `OPENAI_API_ORG` optionnal env variable.
cc @harjotgill
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@ To ignore a PR, add the following keyword in the PR description:
102
102
- `OPENAI_API_KEY`: use this to authenticate with OpenAI API. You can get one
103
103
[here](https://platform.openai.com/account/api-keys). Please add this key to
104
104
your GitHub Action secrets.
105
+
- `OPENAI_API_ORG`: (optional) use this to use the specified organisation with OpenAI API if you have multiple. Please add this key to your GitHub Action secrets.
0 commit comments