summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Acytoo.py
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-16 01:47:10 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-16 01:47:10 +0200
commit4a3b663ccd44735d77c372b5f629a728f0b90591 (patch)
treef76dba66613f4e074862d57621ea888cd3e741f7 /g4f/Provider/Acytoo.py
parent~ | new `test_providers.py` (diff)
downloadgpt4free-4a3b663ccd44735d77c372b5f629a728f0b90591.tar
gpt4free-4a3b663ccd44735d77c372b5f629a728f0b90591.tar.gz
gpt4free-4a3b663ccd44735d77c372b5f629a728f0b90591.tar.bz2
gpt4free-4a3b663ccd44735d77c372b5f629a728f0b90591.tar.lz
gpt4free-4a3b663ccd44735d77c372b5f629a728f0b90591.tar.xz
gpt4free-4a3b663ccd44735d77c372b5f629a728f0b90591.tar.zst
gpt4free-4a3b663ccd44735d77c372b5f629a728f0b90591.zip
Diffstat (limited to 'g4f/Provider/Acytoo.py')
-rw-r--r--g4f/Provider/Acytoo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Acytoo.py b/g4f/Provider/Acytoo.py
index cefdd1ac..830d59bc 100644
--- a/g4f/Provider/Acytoo.py
+++ b/g4f/Provider/Acytoo.py
@@ -8,7 +8,7 @@ from .base_provider import AsyncGeneratorProvider
class Acytoo(AsyncGeneratorProvider):
url = 'https://chat.acytoo.com'
- working = True
+ working = False
supports_gpt_35_turbo = True
@classmethod