summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGEOEGII555 <57674559+GEOEGII555@users.noreply.github.com>2023-12-12 12:04:02 +0100
committerGitHub <noreply@github.com>2023-12-12 12:04:02 +0100
commit629574b35e03cba4e854136213aa0d97815bb161 (patch)
treed4c45ae49f6fc6665bf596534000d814b50b0ba7
parent~ (diff)
downloadgpt4free-629574b35e03cba4e854136213aa0d97815bb161.tar
gpt4free-629574b35e03cba4e854136213aa0d97815bb161.tar.gz
gpt4free-629574b35e03cba4e854136213aa0d97815bb161.tar.bz2
gpt4free-629574b35e03cba4e854136213aa0d97815bb161.tar.lz
gpt4free-629574b35e03cba4e854136213aa0d97815bb161.tar.xz
gpt4free-629574b35e03cba4e854136213aa0d97815bb161.tar.zst
gpt4free-629574b35e03cba4e854136213aa0d97815bb161.zip
-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