mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update (g4f/models.py g4f/Provider/PerplexityLabs.py)
This commit is contained in:
parent
b78843e905
commit
4e606a4916
2 changed files with 2 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ class PerplexityLabs(AsyncGeneratorProvider, ProviderModelMixin):
|
||||||
"sonar-chat": "llama-3.1-sonar-small-128k-chat",
|
"sonar-chat": "llama-3.1-sonar-small-128k-chat",
|
||||||
"llama-3.1-8b": "llama-3.1-8b-instruct",
|
"llama-3.1-8b": "llama-3.1-8b-instruct",
|
||||||
"llama-3.1-70b": "llama-3.1-70b-instruct",
|
"llama-3.1-70b": "llama-3.1-70b-instruct",
|
||||||
|
"lfm-40b": "/models/LiquidCloud",
|
||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
||||||
|
|
@ -464,7 +464,7 @@ openhermes_2_5 = Model(
|
||||||
lfm_40b = Model(
|
lfm_40b = Model(
|
||||||
name = 'lfm-40b',
|
name = 'lfm-40b',
|
||||||
base_provider = 'Liquid',
|
base_provider = 'Liquid',
|
||||||
best_provider = Airforce
|
best_provider = IterListProvider([Airforce, PerplexityLabs])
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue