summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/FakeGpt.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/FakeGpt.py')
-rw-r--r--g4f/Provider/FakeGpt.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/g4f/Provider/FakeGpt.py b/g4f/Provider/FakeGpt.py
index a89425d3..daa96737 100644
--- a/g4f/Provider/FakeGpt.py
+++ b/g4f/Provider/FakeGpt.py
@@ -10,11 +10,10 @@ from .helper import format_prompt
class FakeGpt(AsyncGeneratorProvider):
url = "https://chat-shared2.zhile.io"
- supports_message_history = True
supports_gpt_35_turbo = True
working = True
_access_token = None
- _cookie_jar = None
+ _cookie_jar = None
@classmethod
async def create_async_generator(