From abea4ddbcca40c1c1da51507363867fb3664228f Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Thu, 12 Sep 2024 21:35:31 +0300 Subject: Bug fixes and improvements to HuggingChat and HuggingFace providers --- g4f/Provider/HuggingChat.py | 1 + 1 file changed, 1 insertion(+) (limited to 'g4f/Provider/HuggingChat.py') diff --git a/g4f/Provider/HuggingChat.py b/g4f/Provider/HuggingChat.py index fad44957..7edb2f9f 100644 --- a/g4f/Provider/HuggingChat.py +++ b/g4f/Provider/HuggingChat.py @@ -12,6 +12,7 @@ class HuggingChat(AbstractProvider, ProviderModelMixin): working = True supports_stream = True default_model = "meta-llama/Meta-Llama-3.1-70B-Instruct" + models = [ default_model, 'CohereForAI/c4ai-command-r-plus-08-2024', -- cgit v1.2.3