diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-18 20:18:51 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-18 20:18:51 +0200 |
commit | 7e543f4747914f280454f09b070ead500fb72277 (patch) | |
tree | 94e4680f009d25d2437895262e50316c2020b80e /g4f/Provider/needs_auth/OpenaiAccount.py | |
parent | Add missing styling on phone (diff) | |
download | gpt4free-7e543f4747914f280454f09b070ead500fb72277.tar gpt4free-7e543f4747914f280454f09b070ead500fb72277.tar.gz gpt4free-7e543f4747914f280454f09b070ead500fb72277.tar.bz2 gpt4free-7e543f4747914f280454f09b070ead500fb72277.tar.lz gpt4free-7e543f4747914f280454f09b070ead500fb72277.tar.xz gpt4free-7e543f4747914f280454f09b070ead500fb72277.tar.zst gpt4free-7e543f4747914f280454f09b070ead500fb72277.zip |
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 |