summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Hashnode.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/Hashnode.py')
-rw-r--r--g4f/Provider/Hashnode.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/Provider/Hashnode.py b/g4f/Provider/Hashnode.py
index 7f308d7e..f562787b 100644
--- a/g4f/Provider/Hashnode.py
+++ b/g4f/Provider/Hashnode.py
@@ -13,8 +13,9 @@ class SearchTypes():
class Hashnode(AsyncGeneratorProvider):
url = "https://hashnode.com"
- supports_gpt_35_turbo = True
working = True
+ supports_message_history = True
+ supports_gpt_35_turbo = True
_sources = []
@classmethod