diff options
Diffstat (limited to 'g4f/Provider/needs_auth/OpenaiAccount.py')
-rw-r--r-- | g4f/Provider/needs_auth/OpenaiAccount.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/needs_auth/OpenaiAccount.py b/g4f/Provider/needs_auth/OpenaiAccount.py index 6260d343..16bfff66 100644 --- a/g4f/Provider/needs_auth/OpenaiAccount.py +++ b/g4f/Provider/needs_auth/OpenaiAccount.py @@ -4,4 +4,5 @@ from .OpenaiChat import OpenaiChat class OpenaiAccount(OpenaiChat): needs_auth = True + parent = "OpenaiChat" image_models = ["dall-e"]
\ No newline at end of file |