diff options
Diffstat (limited to 'g4f/Provider/needs_auth/OpenaiAccount.py')
-rw-r--r-- | g4f/Provider/needs_auth/OpenaiAccount.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/g4f/Provider/needs_auth/OpenaiAccount.py b/g4f/Provider/needs_auth/OpenaiAccount.py new file mode 100644 index 00000000..5c90b1de --- /dev/null +++ b/g4f/Provider/needs_auth/OpenaiAccount.py @@ -0,0 +1,7 @@ +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 |