diff --git a/g4f/Provider/VoiGpt.py b/g4f/Provider/deprecated/VoiGpt.py similarity index 99% rename from g4f/Provider/VoiGpt.py rename to g4f/Provider/deprecated/VoiGpt.py index 33d0d85e..b312709f 100644 --- a/g4f/Provider/VoiGpt.py +++ b/g4f/Provider/deprecated/VoiGpt.py @@ -26,7 +26,7 @@ class VoiGpt(BaseProvider): A CreateResult object """ url = "https://voigpt.com" - working = True + working = False supports_gpt_35_turbo = True supports_message_history = True supports_stream = False