From 79cf039a888eef117ef514a9ad30a6cb4dbf81b9 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Fri, 27 Oct 2023 22:59:14 +0200 Subject: Update config supports_message_history --- g4f/Provider/Hashnode.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'g4f/Provider/Hashnode.py') 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 -- cgit v1.2.3