| 11 | |
| 12 | |
| 13 | <OpenAI API ユーザーがアプリにAPI keyを設定する方法について> |
| 14 | 2022年1月時点では、OpenAIスタッフによりFor security purposes, users are not permitted to share their API keys with others, including via bring-your-own-key applications.との回答が投稿されている。(この投稿での、BYOKという言葉は一般的な意味とは違う気もするが、文脈上、API keyをアプリに登録すること、で合っていると思われる。) |
| 15 | https://community.openai.com/t/openais-bring-your-own-key-policy/14538 |
| 16 | |
| 17 | 昔の規約(Usage policies)にはそれに関する記述があったようだが、今は存在しない。そのため、今は禁止というわけではなくなったのかもしれないが、公式からの明確なアナウンス等は見つからない。 |
| 18 | |
| 19 | →規約違反以外にもリスクのある方法であり、公式もAPI key以外での認証も検討しているとは言っているので、とりあえず認証が実装されるのを待つ。(Dropbox APIみたいな利用枠固定、固定課金のアカウントのOAuth認証が皆のリスクが少なくて良いと思うので、その方向に進む気もする。) |
| 20 | 認証が実装されたときにすぐに公開できるように、自分専用に機能実装・改善しておく。 |
| 21 | |
| 22 | 参考: |
| 23 | https://community.openai.com/t/allowing-users-to-add-their-own-openai-api-keys-guidelines-policy/111673 |
| 24 | https://community.openai.com/t/users-authentication-with-chatgpt-app/129399 |
| 25 | https://community.openai.com/t/are-there-any-openai-authorization-servers-that-applications-can-point-users-to/122703 |
| 26 | https://community.openai.com/t/we-no-longer-require-you-to-register-your-applications-with-openai/190000 |
| 27 | https://community.openai.com/t/billing-question-for-commercial-apps/33564/4 |
| 28 | https://community.openai.com/t/is-this-allowed-this-bring-your-own-key-usage/161185/3 |
| 29 | https://community.openai.com/t/supporting-the-byok-bring-your-own-key-model-for-fair-and-sustainable-ai-integration/128435 |
| 30 | |