diff options
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/Liaobots.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Liaobots.py b/g4f/Provider/Liaobots.py index 159c8488..79e48ace 100644 --- a/g4f/Provider/Liaobots.py +++ b/g4f/Provider/Liaobots.py @@ -73,7 +73,7 @@ models = { class Liaobots(AsyncGeneratorProvider, ProviderModelMixin): url = "https://liaobots.site" - working = True + working = False supports_message_history = True supports_gpt_35_turbo = True supports_gpt_4 = True |