summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Ai4Chat.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g4f/Provider/Ai4Chat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Ai4Chat.py b/g4f/Provider/Ai4Chat.py
index 9fd9c619..56b47e5c 100644
--- a/g4f/Provider/Ai4Chat.py
+++ b/g4f/Provider/Ai4Chat.py
@@ -15,7 +15,7 @@ class Ai4Chat(AsyncGeneratorProvider, ProviderModelMixin):
label = "AI4Chat"
url = "https://www.ai4chat.co"
api_endpoint = "https://www.ai4chat.co/generate-response"
- working = True
+ working = False
supports_stream = True
supports_system_message = True
supports_message_history = True