facebook twitter hatena line email

Unity/ChatGPT

提供: 初心者エンジニアの簡易メモ
2023年1月28日 (土) 04:54時点におけるAdmin (トーク | 投稿記録)による版 (サンプルを動作させる)

移動: 案内検索

apiを取得する

  1. https://beta.openai.com/ でアカウントを作成
  2. "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