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/GptChatly.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'g4f/Provider/GptChatly.py') diff --git a/g4f/Provider/GptChatly.py b/g4f/Provider/GptChatly.py index 465d2527..a493c745 100644 --- a/g4f/Provider/GptChatly.py +++ b/g4f/Provider/GptChatly.py @@ -9,10 +9,11 @@ from .helper import get_cookies class GptChatly(AsyncProvider): - url = "https://gptchatly.com" + url = "https://gptchatly.com" + working = True + supports_message_history = True supports_gpt_35_turbo = True - supports_gpt_4 = True - working = True + supports_gpt_4 = True @classmethod async def create_async( -- cgit v1.2.3