summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/HuggingChat.py
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-09-25 07:01:39 +0200
committerkqlio67 <kqlio67@users.noreply.github.com>2024-09-25 07:01:39 +0200
commita6099ba48beeba7911a61dd4c2af2ba324ab23f0 (patch)
tree44df349d73bf35d4b662eb45733b16dc269b2ff3 /g4f/Provider/HuggingChat.py
parentReturned provider 'g4f/Provider/ChatGot.py' updated documentation 'docs/providers-and-models.md' (diff)
downloadgpt4free-a6099ba48beeba7911a61dd4c2af2ba324ab23f0.tar
gpt4free-a6099ba48beeba7911a61dd4c2af2ba324ab23f0.tar.gz
gpt4free-a6099ba48beeba7911a61dd4c2af2ba324ab23f0.tar.bz2
gpt4free-a6099ba48beeba7911a61dd4c2af2ba324ab23f0.tar.lz
gpt4free-a6099ba48beeba7911a61dd4c2af2ba324ab23f0.tar.xz
gpt4free-a6099ba48beeba7911a61dd4c2af2ba324ab23f0.tar.zst
gpt4free-a6099ba48beeba7911a61dd4c2af2ba324ab23f0.zip
Diffstat (limited to 'g4f/Provider/HuggingChat.py')
-rw-r--r--g4f/Provider/HuggingChat.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/g4f/Provider/HuggingChat.py b/g4f/Provider/HuggingChat.py
index 06216ade..01490e2f 100644
--- a/g4f/Provider/HuggingChat.py
+++ b/g4f/Provider/HuggingChat.py
@@ -16,6 +16,7 @@ class HuggingChat(AbstractProvider, ProviderModelMixin):
models = [
'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/Nous-Hermes-2-Mixtral-8x7B-DPO',
'mistralai/Mistral-7B-Instruct-v0.3',
@@ -25,6 +26,7 @@ class HuggingChat(AbstractProvider, ProviderModelMixin):
model_aliases = {
"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",
"mixtral-8x7b-dpo": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
"mistral-7b": "mistralai/Mistral-7B-Instruct-v0.3",