summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/unfinished/ChatAiGpt.py
diff options
context:
space:
mode:
authorHeiner Lohaus <heiner@lohaus.eu>2023-10-14 00:31:48 +0200
committerHeiner Lohaus <heiner@lohaus.eu>2023-10-14 00:31:48 +0200
commit13ffdcd61a5c5cabb1fe293e873a80af8328ea35 (patch)
treee0cd97a0d91073b807e8b599a3e9b83393329064 /g4f/Provider/unfinished/ChatAiGpt.py
parentg4f `v-0.1.6.3` (diff)
downloadgpt4free-13ffdcd61a5c5cabb1fe293e873a80af8328ea35.tar
gpt4free-13ffdcd61a5c5cabb1fe293e873a80af8328ea35.tar.gz
gpt4free-13ffdcd61a5c5cabb1fe293e873a80af8328ea35.tar.bz2
gpt4free-13ffdcd61a5c5cabb1fe293e873a80af8328ea35.tar.lz
gpt4free-13ffdcd61a5c5cabb1fe293e873a80af8328ea35.tar.xz
gpt4free-13ffdcd61a5c5cabb1fe293e873a80af8328ea35.tar.zst
gpt4free-13ffdcd61a5c5cabb1fe293e873a80af8328ea35.zip
Diffstat (limited to 'g4f/Provider/unfinished/ChatAiGpt.py')
-rw-r--r--g4f/Provider/unfinished/ChatAiGpt.py1
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