diff options
author | Heiner Lohaus <heiner@lohaus.eu> | 2023-10-27 22:59:14 +0200 |
---|---|---|
committer | Heiner Lohaus <heiner@lohaus.eu> | 2023-10-27 22:59:14 +0200 |
commit | 79cf039a888eef117ef514a9ad30a6cb4dbf81b9 (patch) | |
tree | 93895bb5109837cced6e5f3eaa7a98395aeafafa /g4f/Provider/FakeGpt.py | |
parent | ~ | g4f `v-0.1.7.8` (diff) | |
download | gpt4free-79cf039a888eef117ef514a9ad30a6cb4dbf81b9.tar gpt4free-79cf039a888eef117ef514a9ad30a6cb4dbf81b9.tar.gz gpt4free-79cf039a888eef117ef514a9ad30a6cb4dbf81b9.tar.bz2 gpt4free-79cf039a888eef117ef514a9ad30a6cb4dbf81b9.tar.lz gpt4free-79cf039a888eef117ef514a9ad30a6cb4dbf81b9.tar.xz gpt4free-79cf039a888eef117ef514a9ad30a6cb4dbf81b9.tar.zst gpt4free-79cf039a888eef117ef514a9ad30a6cb4dbf81b9.zip |
Diffstat (limited to 'g4f/Provider/FakeGpt.py')
-rw-r--r-- | g4f/Provider/FakeGpt.py | 3 |
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( |