diff options
Diffstat (limited to 'g4f/Provider/Hashnode.py')
-rw-r--r-- | g4f/Provider/Hashnode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Hashnode.py b/g4f/Provider/Hashnode.py index a287fa7c..7a0c2903 100644 --- a/g4f/Provider/Hashnode.py +++ b/g4f/Provider/Hashnode.py @@ -13,7 +13,7 @@ class SearchTypes(): class Hashnode(AsyncGeneratorProvider): url = "https://hashnode.com" - working = True + working = False supports_message_history = True supports_gpt_35_turbo = True _sources = [] |