summaryrefslogtreecommitdiffstats
path: root/g4f
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-09-27 13:18:00 +0200
committerkqlio67 <kqlio67@users.noreply.github.com>2024-09-27 13:18:00 +0200
commit4bdee965336abfaccf55a39e8a70d804b11d1662 (patch)
tree3eaf10dc03582e96f0d7309ee198088c6fe40558 /g4f
parentUpdated docs/providers-and-models.md (diff)
downloadgpt4free-4bdee965336abfaccf55a39e8a70d804b11d1662.tar
gpt4free-4bdee965336abfaccf55a39e8a70d804b11d1662.tar.gz
gpt4free-4bdee965336abfaccf55a39e8a70d804b11d1662.tar.bz2
gpt4free-4bdee965336abfaccf55a39e8a70d804b11d1662.tar.lz
gpt4free-4bdee965336abfaccf55a39e8a70d804b11d1662.tar.xz
gpt4free-4bdee965336abfaccf55a39e8a70d804b11d1662.tar.zst
gpt4free-4bdee965336abfaccf55a39e8a70d804b11d1662.zip
Diffstat (limited to '')
-rw-r--r--g4f/models.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 971313cb..8a8d4e18 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -616,16 +616,16 @@ grok_2_mini = Model(
best_provider = Liaobots
)
-# Perplexity
+# Perplexity AI
sonar_online = Model(
name = 'sonar-online',
- base_provider = 'Perplexity',
+ base_provider = 'Perplexity AI',
best_provider = IterListProvider([ChatHub, PerplexityLabs])
)
sonar_chat = Model(
name = 'sonar-chat',
- base_provider = 'Perplexity',
+ base_provider = 'Perplexity AI',
best_provider = PerplexityLabs
)
@@ -948,7 +948,7 @@ class ModelUtils:
'grok-2': grok_2,
'grok-2-mini': grok_2_mini,
-### Perplexity ###
+### Perplexity AI ###
'sonar-online': sonar_online,
'sonar-chat': sonar_chat,