diff options
Diffstat (limited to 'g4f/Provider/You.py')
-rw-r--r-- | g4f/Provider/You.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g4f/Provider/You.py b/g4f/Provider/You.py index 34972586..91a195cf 100644 --- a/g4f/Provider/You.py +++ b/g4f/Provider/You.py @@ -10,7 +10,6 @@ from .base_provider import AsyncGeneratorProvider, format_prompt class You(AsyncGeneratorProvider): url = "https://you.com" working = True - supports_message_history = True supports_gpt_35_turbo = True |