diff options
author | Heiner Lohaus <heiner.lohaus@netformic.com> | 2023-08-22 23:27:34 +0200 |
---|---|---|
committer | Heiner Lohaus <heiner.lohaus@netformic.com> | 2023-08-22 23:27:34 +0200 |
commit | 98d3304108de3e55c18f2af8a66a501541ec658b (patch) | |
tree | a2d80ab0c39ec93ebb97967a9f5a32f0c662c99e /g4f/Provider/FastGpt.py | |
parent | ~ | Merge pull request #829 (diff) | |
download | gpt4free-98d3304108de3e55c18f2af8a66a501541ec658b.tar gpt4free-98d3304108de3e55c18f2af8a66a501541ec658b.tar.gz gpt4free-98d3304108de3e55c18f2af8a66a501541ec658b.tar.bz2 gpt4free-98d3304108de3e55c18f2af8a66a501541ec658b.tar.lz gpt4free-98d3304108de3e55c18f2af8a66a501541ec658b.tar.xz gpt4free-98d3304108de3e55c18f2af8a66a501541ec658b.tar.zst gpt4free-98d3304108de3e55c18f2af8a66a501541ec658b.zip |
Diffstat (limited to 'g4f/Provider/FastGpt.py')
-rw-r--r-- | g4f/Provider/FastGpt.py | 2 |
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 |