diff options
Diffstat (limited to 'g4f/Provider/Acytoo.py')
-rw-r--r-- | g4f/Provider/Acytoo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/Acytoo.py b/g4f/Provider/Acytoo.py index 830d59bc..4dee176a 100644 --- a/g4f/Provider/Acytoo.py +++ b/g4f/Provider/Acytoo.py @@ -9,6 +9,7 @@ from .base_provider import AsyncGeneratorProvider class Acytoo(AsyncGeneratorProvider): url = 'https://chat.acytoo.com' working = False + supports_message_history = True supports_gpt_35_turbo = True @classmethod |