diff options
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/Ylokh.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/g4f/Provider/Ylokh.py b/g4f/Provider/Ylokh.py index dce76f22..abf4d9c1 100644 --- a/g4f/Provider/Ylokh.py +++ b/g4f/Provider/Ylokh.py @@ -7,8 +7,9 @@ from .base_provider import AsyncGeneratorProvider from ..typing import AsyncResult, Messages class Ylokh(AsyncGeneratorProvider): - url = "https://chat.ylokh.xyz" - working = False + url = "https://chat.ylokh.xyz" + working = False + supports_message_history = True supports_gpt_35_turbo = True |