summaryrefslogtreecommitdiffstats
path: root/g4f
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-09-26 21:40:40 +0200
committerkqlio67 <kqlio67@users.noreply.github.com>2024-09-26 21:40:40 +0200
commit8237de5d63209d9b003407c1f6d72b8ffffe7f76 (patch)
tree3cb142fa1e9b0b121f7169a79053c3452974b23f /g4f
parentUpdated requirements-min.txt (diff)
downloadgpt4free-8237de5d63209d9b003407c1f6d72b8ffffe7f76.tar
gpt4free-8237de5d63209d9b003407c1f6d72b8ffffe7f76.tar.gz
gpt4free-8237de5d63209d9b003407c1f6d72b8ffffe7f76.tar.bz2
gpt4free-8237de5d63209d9b003407c1f6d72b8ffffe7f76.tar.lz
gpt4free-8237de5d63209d9b003407c1f6d72b8ffffe7f76.tar.xz
gpt4free-8237de5d63209d9b003407c1f6d72b8ffffe7f76.tar.zst
gpt4free-8237de5d63209d9b003407c1f6d72b8ffffe7f76.zip
Diffstat (limited to 'g4f')
-rw-r--r--g4f/Provider/HuggingChat.py2
-rw-r--r--g4f/models.py2
2 files changed, 1 insertions, 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(