From 8237de5d63209d9b003407c1f6d72b8ffffe7f76 Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Thu, 26 Sep 2024 22:40:40 +0300 Subject: Updated g4f/models.py g4f/Provider/HuggingChat.py --- g4f/Provider/HuggingChat.py | 2 -- g4f/models.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/g4f/Provider/HuggingChat.py b/g4f/Provider/HuggingChat.py index 488a1114..e6f70bed 100644 --- a/g4f/Provider/HuggingChat.py +++ b/g4f/Provider/HuggingChat.py @@ -17,7 +17,6 @@ class HuggingChat(AbstractProvider, ProviderModelMixin): 'meta-llama/Meta-Llama-3.1-70B-Instruct', 'CohereForAI/c4ai-command-r-plus-08-2024', 'Qwen/Qwen2.5-72B-Instruct', - 'mistralai/Mixtral-8x7B-Instruct-v0.1', 'NousResearch/Hermes-3-Llama-3.1-8B', 'mistralai/Mistral-Nemo-Instruct-2407', 'microsoft/Phi-3.5-mini-instruct', @@ -27,7 +26,6 @@ class HuggingChat(AbstractProvider, ProviderModelMixin): "llama-3.1-70b": "meta-llama/Meta-Llama-3.1-70B-Instruct", "command-r-plus": "CohereForAI/c4ai-command-r-plus-08-2024", "qwen-2-72b": "Qwen/Qwen2.5-72B-Instruct", - "mixtral-8x7b": "mistralai/Mixtral-8x7B-Instruct-v0.1", "hermes-3": "NousResearch/Hermes-3-Llama-3.1-8B", "mistral-nemo": "mistralai/Mistral-Nemo-Instruct-2407", "phi-3.5-mini": "microsoft/Phi-3.5-mini-instruct", diff --git a/g4f/models.py b/g4f/models.py index a6ff9e13..4d461ada 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -240,7 +240,7 @@ mistral_7b = Model( mixtral_8x7b = Model( name = "mixtral-8x7b", base_provider = "Mistral", - best_provider = IterListProvider([HuggingChat, DDG, ReplicateHome, DeepInfraChat, Airforce, DeepInfra, HuggingFace]) + best_provider = IterListProvider([DDG, ReplicateHome, DeepInfraChat, Airforce, DeepInfra]) ) mixtral_8x22b = Model( -- cgit v1.2.3