diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-12-25 01:38:42 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-12-25 01:38:42 +0100 |
commit | a73820ab18bc29367e2cbc4c97c86629371adf7a (patch) | |
tree | 6619763f53707cedef54f206751ccc8a74b7a8d5 /g4f/Provider/ChatgptDemo.py | |
parent | Update get_latest_version for docker (diff) | |
download | gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.gz gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.bz2 gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.lz gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.xz gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.zst gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/ChatgptDemo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/ChatgptDemo.py b/g4f/Provider/ChatgptDemo.py index 666b5753..2f25477a 100644 --- a/g4f/Provider/ChatgptDemo.py +++ b/g4f/Provider/ChatgptDemo.py @@ -10,7 +10,7 @@ from .helper import format_prompt class ChatgptDemo(AsyncGeneratorProvider): url = "https://chat.chatgptdemo.net" supports_gpt_35_turbo = True - working = False + working = True @classmethod async def create_async_generator( |