From 7a2c8e4cd34a5ffc0e6943881a5a4c62f0101040 Mon Sep 17 00:00:00 2001 From: Luneye <73485421+Luneye@users.noreply.github.com> Date: Tue, 24 Oct 2023 23:42:16 +0200 Subject: Indicated support of message history in FreeGpt.py --- g4f/Provider/FreeGpt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/g4f/Provider/FreeGpt.py b/g4f/Provider/FreeGpt.py index 00d9137d..758e411b 100644 --- a/g4f/Provider/FreeGpt.py +++ b/g4f/Provider/FreeGpt.py @@ -12,6 +12,7 @@ domains = [ class FreeGpt(AsyncGeneratorProvider): url = "https://freegpts1.aifree.site/" + supports_message_history = True supports_gpt_35_turbo = True working = True -- cgit v1.2.3