Unity/ChatGPT
提供: 初心者エンジニアの簡易メモ
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://techblog.kayac.com/2022-group-calendar-unity-openapi