summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/HuggingChat.py
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-09-12 21:11:01 +0200
committerkqlio67 <kqlio67@users.noreply.github.com>2024-09-12 21:11:01 +0200
commite23ee1f80933296751978c05571449e93363baaa (patch)
tree531a90700139b36b717c84d68446adc4d3364597 /g4f/Provider/HuggingChat.py
parentUpdated g4f/models.py (diff)
downloadgpt4free-e23ee1f80933296751978c05571449e93363baaa.tar
gpt4free-e23ee1f80933296751978c05571449e93363baaa.tar.gz
gpt4free-e23ee1f80933296751978c05571449e93363baaa.tar.bz2
gpt4free-e23ee1f80933296751978c05571449e93363baaa.tar.lz
gpt4free-e23ee1f80933296751978c05571449e93363baaa.tar.xz
gpt4free-e23ee1f80933296751978c05571449e93363baaa.tar.zst
gpt4free-e23ee1f80933296751978c05571449e93363baaa.zip
Diffstat (limited to 'g4f/Provider/HuggingChat.py')
-rw-r--r--g4f/Provider/HuggingChat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/HuggingChat.py b/g4f/Provider/HuggingChat.py
index 8598358d..06216ade 100644
--- a/g4f/Provider/HuggingChat.py
+++ b/g4f/Provider/HuggingChat.py
@@ -26,7 +26,7 @@ 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",
"mixtral-8x7b": "mistralai/Mixtral-8x7B-Instruct-v0.1",
- "mixtral-8x7b": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
+ "mixtral-8x7b-dpo": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
"mistral-7b": "mistralai/Mistral-7B-Instruct-v0.3",
"phi-3-mini-4k": "microsoft/Phi-3-mini-4k-instruct",
}