diff options
Diffstat (limited to 'g4f/Provider/ChatForAi.py')
-rw-r--r-- | g4f/Provider/ChatForAi.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/Provider/ChatForAi.py b/g4f/Provider/ChatForAi.py index 7a4e9264..7a123f0f 100644 --- a/g4f/Provider/ChatForAi.py +++ b/g4f/Provider/ChatForAi.py @@ -9,8 +9,8 @@ from .base_provider import AsyncGeneratorProvider class ChatForAi(AsyncGeneratorProvider): - url = "https://chatforai.store" - working = True + url = "https://chatforai.store" + working = True supports_message_history = True supports_gpt_35_turbo = True |