diff options
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/unfinished/ChatAiGpt.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g4f/Provider/unfinished/ChatAiGpt.py b/g4f/Provider/unfinished/ChatAiGpt.py index 8ade40c2..c77afb48 100644 --- a/g4f/Provider/unfinished/ChatAiGpt.py +++ b/g4f/Provider/unfinished/ChatAiGpt.py @@ -11,7 +11,6 @@ from ..helper import format_prompt class ChatAiGpt(AsyncGeneratorProvider): url = "https://chataigpt.org" supports_gpt_35_turbo = True - working = True _nonce = None _post_id = None |