diff options
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/Berlin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Berlin.py b/g4f/Provider/Berlin.py index bfdb1ef0..ac376fab 100644 --- a/g4f/Provider/Berlin.py +++ b/g4f/Provider/Berlin.py @@ -12,7 +12,7 @@ from .helper import format_prompt class Berlin(AsyncGeneratorProvider): url = "https://ai.berlin4h.top" - working = True + working = False supports_gpt_35_turbo = True _token = None |