mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Add files via upload
This commit is contained in:
parent
ebc40b7bcf
commit
a8ab2ad771
16 changed files with 787 additions and 154 deletions
|
|
@ -13,15 +13,13 @@ class HuggingChat(AbstractProvider, ProviderModelMixin):
|
|||
supports_stream = True
|
||||
default_model = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
||||
models = [
|
||||
"HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
|
||||
'CohereForAI/c4ai-command-r-plus',
|
||||
'mistralai/Mixtral-8x7B-Instruct-v0.1',
|
||||
'google/gemma-1.1-7b-it',
|
||||
'NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO',
|
||||
'mistralai/Mistral-7B-Instruct-v0.2',
|
||||
'meta-llama/Meta-Llama-3-70B-Instruct',
|
||||
'mistralai/Mixtral-8x7B-Instruct-v0.1',
|
||||
'NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO',
|
||||
'01-ai/Yi-1.5-34B-Chat',
|
||||
'mistralai/Mistral-7B-Instruct-v0.2',
|
||||
'microsoft/Phi-3-mini-4k-instruct',
|
||||
'01-ai/Yi-1.5-34B-Chat'
|
||||
]
|
||||
|
||||
model_aliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue