summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/ChatgptDemo.py
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2023-12-25 01:38:42 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2023-12-25 01:38:42 +0100
commita73820ab18bc29367e2cbc4c97c86629371adf7a (patch)
tree6619763f53707cedef54f206751ccc8a74b7a8d5 /g4f/Provider/ChatgptDemo.py
parentUpdate get_latest_version for docker (diff)
downloadgpt4free-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 'g4f/Provider/ChatgptDemo.py')
-rw-r--r--g4f/Provider/ChatgptDemo.py2
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(