summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/FastGpt.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/FastGpt.py')
-rw-r--r--g4f/Provider/FastGpt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/FastGpt.py b/g4f/Provider/FastGpt.py
index 950abab1..3c5a4420 100644
--- a/g4f/Provider/FastGpt.py
+++ b/g4f/Provider/FastGpt.py
@@ -6,7 +6,7 @@ from ..typing import Any, CreateResult
class FastGpt(ABC):
url: str = 'https://chat9.fastgpt.me/'
- working = True
+ working = False
needs_auth = False
supports_stream = True
supports_gpt_35_turbo = True