summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g4f/Provider/deprecated/VoiGpt.py (renamed from g4f/Provider/VoiGpt.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/VoiGpt.py b/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