From dc60fffbdfbf2bd6b9115fc56f97ffa2b0ecdb11 Mon Sep 17 00:00:00 2001 From: kqlio67 <> Date: Tue, 3 Dec 2024 13:06:07 +0200 Subject: [PATCH] Update (g4f/Provider/needs_auth/HuggingChat.py) --- g4f/Provider/needs_auth/HuggingChat.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/g4f/Provider/needs_auth/HuggingChat.py b/g4f/Provider/needs_auth/HuggingChat.py index a2c371e3c2..70f37d7db9 100644 --- a/g4f/Provider/needs_auth/HuggingChat.py +++ b/g4f/Provider/needs_auth/HuggingChat.py @@ -25,7 +25,6 @@ class HuggingChat(AbstractProvider, ProviderModelMixin): 'Qwen/Qwen2.5-72B-Instruct', 'meta-llama/Meta-Llama-3.1-70B-Instruct', 'CohereForAI/c4ai-command-r-plus-08-2024', - 'Qwen/Qwen2.5-72B-Instruct', 'nvidia/Llama-3.1-Nemotron-70B-Instruct-HF', 'Qwen/Qwen2.5-Coder-32B-Instruct', 'meta-llama/Llama-3.2-11B-Vision-Instruct', @@ -38,7 +37,6 @@ class HuggingChat(AbstractProvider, ProviderModelMixin): "qwen-2.5-72b": "Qwen/Qwen2.5-72B-Instruct", "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", "nemotron-70b": "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF", "qwen-2.5-coder-32b": "Qwen/Qwen2.5-Coder-32B-Instruct", "llama-3.2-11b": "meta-llama/Llama-3.2-11B-Vision-Instruct",