mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-10 19:11:01 +00:00
refactor(g4f/Provider/Snova.py): update model list and add error note
This commit is contained in:
parent
b18156a2a0
commit
7d028e5e2b
@ -24,10 +24,9 @@ class Snova(AsyncGeneratorProvider, ProviderModelMixin):
|
|||||||
'Meta-Llama-3.1-70B-Instruct',
|
'Meta-Llama-3.1-70B-Instruct',
|
||||||
'Meta-Llama-3.1-405B-Instruct',
|
'Meta-Llama-3.1-405B-Instruct',
|
||||||
'Samba-CoE',
|
'Samba-CoE',
|
||||||
'ignos/Mistral-T5-7B-v1',
|
'ignos/Mistral-T5-7B-v1', # Error with the answer
|
||||||
'v1olet/v1olet_merged_dpo_7B',
|
'v1olet/v1olet_merged_dpo_7B',
|
||||||
'macadeliccc/WestLake-7B-v2-laser-truthy-dpo',
|
'macadeliccc/WestLake-7B-v2-laser-truthy-dpo',
|
||||||
'cookinai/DonutLM-v1',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
model_aliases = {
|
model_aliases = {
|
||||||
@ -40,7 +39,6 @@ class Snova(AsyncGeneratorProvider, ProviderModelMixin):
|
|||||||
"samba-coe-v0.1": "Samba-CoE",
|
"samba-coe-v0.1": "Samba-CoE",
|
||||||
"v1olet-merged-7b": "v1olet/v1olet_merged_dpo_7B",
|
"v1olet-merged-7b": "v1olet/v1olet_merged_dpo_7B",
|
||||||
"westlake-7b-v2": "macadeliccc/WestLake-7B-v2-laser-truthy-dpo",
|
"westlake-7b-v2": "macadeliccc/WestLake-7B-v2-laser-truthy-dpo",
|
||||||
"donutlm-v1": "cookinai/DonutLM-v1",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user