Update (g4f/models.py g4f/Provider/PerplexityLabs.py)

This commit is contained in:
kqlio67 2024-11-12 20:56:23 +02:00
parent b78843e905
commit 4e606a4916
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ class PerplexityLabs(AsyncGeneratorProvider, ProviderModelMixin):
"sonar-chat": "llama-3.1-sonar-small-128k-chat",
"llama-3.1-8b": "llama-3.1-8b-instruct",
"llama-3.1-70b": "llama-3.1-70b-instruct",
"lfm-40b": "/models/LiquidCloud",
}
@classmethod

View File

@ -464,7 +464,7 @@ openhermes_2_5 = Model(
lfm_40b = Model(
name = 'lfm-40b',
base_provider = 'Liquid',
best_provider = Airforce
best_provider = IterListProvider([Airforce, PerplexityLabs])
)