diff options
author | Heiner Lohaus <heiner@lohaus.eu> | 2023-10-01 06:41:00 +0200 |
---|---|---|
committer | Heiner Lohaus <heiner@lohaus.eu> | 2023-10-01 06:41:00 +0200 |
commit | 261fac86dcf278310d035f89f06e7f187e4ebf9c (patch) | |
tree | 1514cc07706ade8ec2ed7fb12720ceb10de53dcd /g4f/Provider/PerplexityAi.py | |
parent | Update HuggingChat to new api (diff) | |
download | gpt4free-261fac86dcf278310d035f89f06e7f187e4ebf9c.tar gpt4free-261fac86dcf278310d035f89f06e7f187e4ebf9c.tar.gz gpt4free-261fac86dcf278310d035f89f06e7f187e4ebf9c.tar.bz2 gpt4free-261fac86dcf278310d035f89f06e7f187e4ebf9c.tar.lz gpt4free-261fac86dcf278310d035f89f06e7f187e4ebf9c.tar.xz gpt4free-261fac86dcf278310d035f89f06e7f187e4ebf9c.tar.zst gpt4free-261fac86dcf278310d035f89f06e7f187e4ebf9c.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/PerplexityAi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/PerplexityAi.py b/g4f/Provider/PerplexityAi.py index 6e95fd51..612e2d98 100644 --- a/g4f/Provider/PerplexityAi.py +++ b/g4f/Provider/PerplexityAi.py @@ -11,7 +11,7 @@ from .base_provider import AsyncProvider, format_prompt, get_cookies class PerplexityAi(AsyncProvider): url = "https://www.perplexity.ai" - working = True + working = False supports_gpt_35_turbo = True _sources = [] |