From 1d22d1b9e9c89cd69c5acf60572ff468c5918f9c Mon Sep 17 00:00:00 2001 From: mousedoc Date: Mon, 11 Nov 2024 12:40:52 +0900 Subject: [PATCH] Remove API key password subtype: because the subtype limits the length of the API key. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 0ed5072..99a8e76 100644 --- a/__init__.py +++ b/__init__.py @@ -211,7 +211,7 @@ class GPT4AddonPreferences(bpy.types.AddonPreferences): name="API Key", description="Enter your OpenAI API Key", default="", - subtype="PASSWORD", + # subtype="PASSWORD", ) def draw(self, context):