diff options
Diffstat (limited to 'g4f/Provider/needs_auth/OpenaiAccount.py')
-rw-r--r-- | g4f/Provider/needs_auth/OpenaiAccount.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g4f/Provider/needs_auth/OpenaiAccount.py b/g4f/Provider/needs_auth/OpenaiAccount.py index 5c90b1de..7be60c86 100644 --- a/g4f/Provider/needs_auth/OpenaiAccount.py +++ b/g4f/Provider/needs_auth/OpenaiAccount.py @@ -3,5 +3,4 @@ from __future__ import annotations from .OpenaiChat import OpenaiChat class OpenaiAccount(OpenaiChat): - label = "OpenAI ChatGPT with Account" needs_auth = True
\ No newline at end of file |