diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-11-17 11:16:49 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-11-17 11:16:49 +0100 |
commit | e4caf1d0ca06b83bc0e272eca0e5330feb417f60 (patch) | |
tree | a745c83959f02cb903f3a559473e37b379f6af24 /g4f/Provider/AItianhuSpace.py | |
parent | Update Readme (diff) | |
download | gpt4free-e4caf1d0ca06b83bc0e272eca0e5330feb417f60.tar gpt4free-e4caf1d0ca06b83bc0e272eca0e5330feb417f60.tar.gz gpt4free-e4caf1d0ca06b83bc0e272eca0e5330feb417f60.tar.bz2 gpt4free-e4caf1d0ca06b83bc0e272eca0e5330feb417f60.tar.lz gpt4free-e4caf1d0ca06b83bc0e272eca0e5330feb417f60.tar.xz gpt4free-e4caf1d0ca06b83bc0e272eca0e5330feb417f60.tar.zst gpt4free-e4caf1d0ca06b83bc0e272eca0e5330feb417f60.zip |
Diffstat (limited to 'g4f/Provider/AItianhuSpace.py')
-rw-r--r-- | g4f/Provider/AItianhuSpace.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/AItianhuSpace.py b/g4f/Provider/AItianhuSpace.py index 545944c0..0a2f6fe0 100644 --- a/g4f/Provider/AItianhuSpace.py +++ b/g4f/Provider/AItianhuSpace.py @@ -11,6 +11,7 @@ from .. import debug class AItianhuSpace(BaseProvider): url = "https://chat3.aiyunos.top/" working = True + supports_stream = True supports_gpt_35_turbo = True _domains = ["aitianhu.com", "aitianhu1.top"] |