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/Opchatgpts.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'g4f/Provider/Opchatgpts.py') diff --git a/g4f/Provider/Opchatgpts.py b/g4f/Provider/Opchatgpts.py index e56f5b40..c77acb22 100644 --- a/g4f/Provider/Opchatgpts.py +++ b/g4f/Provider/Opchatgpts.py @@ -8,9 +8,10 @@ from .base_provider import AsyncGeneratorProvider class Opchatgpts(AsyncGeneratorProvider): - url = "https://opchatgpts.net" + url = "https://opchatgpts.net" + working = False + supports_message_history = True supports_gpt_35_turbo = True - working = False @classmethod async def create_async_generator( -- cgit v1.2.3