openai(Pythonライブラリ)
https://pypi.org/project/openai/
https://github.com/openai/openai-python
OPENAI_API_KEYを作り、環境変数に設定する
https://platform.openai.com/account/api-keys
v1でbreaking change https://github.com/openai/openai-python/discussions/631
Responses (OpenAI API reference)
Chat (OpenAI API reference)
https://github.com/openai/openai-python/blob/v0.27.8/openai/tests/asyncio/test_endpoints.py
choices、何パターンか作らせられるみたい(積ん読)