summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Aichat.py
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2023-11-15 18:25:28 +0100
committerGitHub <noreply@github.com>2023-11-15 18:25:28 +0100
commitf04e415becbf45b1ef5a250e39f838be7608c59a (patch)
treee6712e4ed552a98d60ef8a4a6bd9d48d85a04bd7 /g4f/Provider/Aichat.py
parentMerge pull request #1251 from guspan-tanadi/READMENotesection (diff)
parentFix Chatgpt4Online Provider (diff)
downloadgpt4free-f04e415becbf45b1ef5a250e39f838be7608c59a.tar
gpt4free-f04e415becbf45b1ef5a250e39f838be7608c59a.tar.gz
gpt4free-f04e415becbf45b1ef5a250e39f838be7608c59a.tar.bz2
gpt4free-f04e415becbf45b1ef5a250e39f838be7608c59a.tar.lz
gpt4free-f04e415becbf45b1ef5a250e39f838be7608c59a.tar.xz
gpt4free-f04e415becbf45b1ef5a250e39f838be7608c59a.tar.zst
gpt4free-f04e415becbf45b1ef5a250e39f838be7608c59a.zip
Diffstat (limited to 'g4f/Provider/Aichat.py')
-rw-r--r--g4f/Provider/Aichat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/Provider/Aichat.py b/g4f/Provider/Aichat.py
index 77ae4429..41ea9a96 100644
--- a/g4f/Provider/Aichat.py
+++ b/g4f/Provider/Aichat.py
@@ -8,8 +8,8 @@ from .helper import get_cookies
from ..requests import StreamSession
class Aichat(AsyncProvider):
- url = "https://chat-gpt.org/chat"
- working = True
+ url = "https://chat-gpt.org/chat"
+ working = False
supports_gpt_35_turbo = True
@staticmethod