summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Providers/GetGpt.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/Providers/GetGpt.py')
-rw-r--r--g4f/Provider/Providers/GetGpt.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/g4f/Provider/Providers/GetGpt.py b/g4f/Provider/Providers/GetGpt.py
index 56a121f6..bafc0ce8 100644
--- a/g4f/Provider/Providers/GetGpt.py
+++ b/g4f/Provider/Providers/GetGpt.py
@@ -9,6 +9,8 @@ url = 'https://chat.getgpt.world/'
model = ['gpt-3.5-turbo']
supports_stream = True
needs_auth = False
+working = True
+
def _create_completion(model: str, messages: list, stream: bool, **kwargs):
def encrypt(e):