diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-12 19:04:00 +0100 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-12 19:04:00 +0100 |
commit | 257410157054e0ac18eebc3507bcf0853867107e (patch) | |
tree | 22d6610cb71a86bb4fd783b897afc601d21ecba3 /g4f/Provider/PerplexityLabs.py | |
parent | Update (g4f/Provider/Liaobots.py) (diff) | |
download | gpt4free-257410157054e0ac18eebc3507bcf0853867107e.tar gpt4free-257410157054e0ac18eebc3507bcf0853867107e.tar.gz gpt4free-257410157054e0ac18eebc3507bcf0853867107e.tar.bz2 gpt4free-257410157054e0ac18eebc3507bcf0853867107e.tar.lz gpt4free-257410157054e0ac18eebc3507bcf0853867107e.tar.xz gpt4free-257410157054e0ac18eebc3507bcf0853867107e.tar.zst gpt4free-257410157054e0ac18eebc3507bcf0853867107e.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/PerplexityLabs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/PerplexityLabs.py b/g4f/Provider/PerplexityLabs.py index b776e96a..364898bd 100644 --- a/g4f/Provider/PerplexityLabs.py +++ b/g4f/Provider/PerplexityLabs.py @@ -21,6 +21,7 @@ class PerplexityLabs(AsyncGeneratorProvider, ProviderModelMixin): "llama-3.1-sonar-small-128k-chat", "llama-3.1-8b-instruct", "llama-3.1-70b-instruct", + "/models/LiquidCloud", ] model_aliases = { |