0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【ChatGPT × Blender】BlenderGPT が動作しない現象を回避する方法

Posted at

BlenderGPT を利用する際に、正常に動作しない場合があります。
原因の一つとして、ChatGPT の API Key 入力欄が 128 文字以降を読み込めない仕様があります。

回避方法

  1. アドオンのインストール後、Blender のアドオン設定画面で「フォルダ」アイコンをクリックし、アドオンの保存フォルダを開く。
  2. __init__.py ファイルをメモ帳などのテキストエディタで開く。
  3. openai.api_key を検索し、その宣言部分に API Key を直接記入する。

動作確認

上記の修正を行うことで、BlenderGPT が正常に動作するようになります。


以上、BlenderGPT が動作しない現象の回避方法をご紹介しました。
ご覧いただきありがとうございました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?