DEV Community

uni928
uni928

Posted on

[ChatGPT Blender] How to Work Around the BlenderGPT Error

BlenderGPT may sometimes fail to work properly.
One of the main causes is that the ChatGPT API Key input field cannot read beyond the 128th character.

Workaround Steps

  1. After installing the add-on, go to Blender’s add-on settings screen, click the “folder” icon, and open the add-on’s installation folder.
  2. Open the __init__.py file in Notepad or another text editor.
  3. Search for openai.api_key and enter your API Key directly in its declaration.

Operation Check

Applying the above fix will allow BlenderGPT to function normally.

That concludes our guide on how to work around the BlenderGPT malfunction.
Thank you for reading.

Top comments (0)