Skip to content

Commit

Permalink
Update (g4f/Provider/needs_auth/HuggingChat.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 committed Dec 3, 2024
1 parent 7075f86 commit dc60fff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions g4f/Provider/needs_auth/HuggingChat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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",
Expand Down

0 comments on commit dc60fff

Please sign in to comment.