summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/FastGpt.py
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-08-25 18:22:38 +0200
committerGitHub <noreply@github.com>2023-08-25 18:22:38 +0200
commitb2baf46e3cb2ad27d666217bb14c54d89fbb8c66 (patch)
tree60052aad3746053eb4aec5b7e44d75404f4d11fe /g4f/Provider/FastGpt.py
parent~ | Merge pull request #841 (diff)
parentMerge branch 'main' into up (diff)
downloadgpt4free-b2baf46e3cb2ad27d666217bb14c54d89fbb8c66.tar
gpt4free-b2baf46e3cb2ad27d666217bb14c54d89fbb8c66.tar.gz
gpt4free-b2baf46e3cb2ad27d666217bb14c54d89fbb8c66.tar.bz2
gpt4free-b2baf46e3cb2ad27d666217bb14c54d89fbb8c66.tar.lz
gpt4free-b2baf46e3cb2ad27d666217bb14c54d89fbb8c66.tar.xz
gpt4free-b2baf46e3cb2ad27d666217bb14c54d89fbb8c66.tar.zst
gpt4free-b2baf46e3cb2ad27d666217bb14c54d89fbb8c66.zip
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