「Unity/ChatGPT」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→サンプルを動作させる) |
|||
行17: | 行17: | ||
ボタンを押しても400エラーとなる・・。 | ボタンを押しても400エラーとなる・・。 | ||
+ | |||
+ | ==料金確認== | ||
+ | https://platform.openai.com/account/usage | ||
==参考== | ==参考== | ||
https://techblog.kayac.com/2022-group-calendar-unity-openapi | https://techblog.kayac.com/2022-group-calendar-unity-openapi |
2023年2月1日 (水) 09:27時点における版
apiを取得する
- https://beta.openai.com/ でアカウントを作成
- "create new secret key"を押してAPIキーを作成する
unityサンプル
github: https://github.com/hexthedev/OpenAi-Api-Unity
サンプルを動作させる
vi ~/.openai/auth.json
{ "private_api_key":"<API_KEY>" }
"<API_KEY>"を、管理画面で取得した、APIキーで置換する。
ボタンを押しても400エラーとなる・・。
料金確認
https://platform.openai.com/account/usage
参考
https://techblog.kayac.com/2022-group-calendar-unity-openapi