facebook twitter hatena line email

「Unity/ChatGPT」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(サンプルを動作させる)
行15: 行15:
 
</pre>
 
</pre>
 
"<API_KEY>"を、管理画面で取得した、APIキーで置換する。
 
"<API_KEY>"を、管理画面で取得した、APIキーで置換する。
 +
 +
ボタンを押しても400エラーとなる・・。
  
 
==参考==
 
==参考==
 
https://techblog.kayac.com/2022-group-calendar-unity-openapi
 
https://techblog.kayac.com/2022-group-calendar-unity-openapi

2023年1月28日 (土) 04:54時点における版

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