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