summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/not_working/ChatBase.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g4f/Provider/not_working/ChatBase.py (renamed from g4f/Provider/ChatBase.py)6
1 files changed, 3 insertions, 3 deletions
diff --git a/g4f/Provider/ChatBase.py b/g4f/Provider/not_working/ChatBase.py
index 996ca39a..ef1c8f99 100644
--- a/g4f/Provider/ChatBase.py
+++ b/g4f/Provider/not_working/ChatBase.py
@@ -2,15 +2,15 @@ from __future__ import annotations
from aiohttp import ClientSession
-from ..typing import AsyncResult, Messages
-from .base_provider import AsyncGeneratorProvider
+from ...typing import AsyncResult, Messages
+from ..base_provider import AsyncGeneratorProvider
class ChatBase(AsyncGeneratorProvider):
url = "https://www.chatbase.co"
+ working = False
supports_gpt_35_turbo = True
supports_message_history = True
- working = True
jailbreak = True
list_incorrect_responses = ["support@chatbase",
"about Chatbase"]