From f724c07f1b8cb1b2360d8c6675688b15cbcd85ca Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Fri, 12 Apr 2024 20:58:40 +0200 Subject: Add labels to provider list --- g4f/Provider/HuggingChat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g4f/Provider/HuggingChat.py') diff --git a/g4f/Provider/HuggingChat.py b/g4f/Provider/HuggingChat.py index 9003c749..b80795fe 100644 --- a/g4f/Provider/HuggingChat.py +++ b/g4f/Provider/HuggingChat.py @@ -12,7 +12,7 @@ from .helper import format_prompt, get_connector class HuggingChat(AsyncGeneratorProvider, ProviderModelMixin): url = "https://huggingface.co/chat" working = True - default_model = "meta-llama/Llama-2-70b-chat-hf" + default_model = "mistralai/Mixtral-8x7B-Instruct-v0.1" models = [ "mistralai/Mixtral-8x7B-Instruct-v0.1", "google/gemma-7b-it", -- cgit v1.2.3