From 7dc45325807d2e402ec4f301c508651feaaf23d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=88=E3=81=84=E3=81=88=E3=82=93=20=7EUwU=7E?= <95165750+eienmojiki206@users.noreply.github.com> Date: Fri, 22 Mar 2024 12:39:10 +0700 Subject: Add google/gemma-7b-it model to model list --- g4f/Provider/HuggingChat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/g4f/Provider/HuggingChat.py b/g4f/Provider/HuggingChat.py index 9644880c..52c5ae31 100644 --- a/g4f/Provider/HuggingChat.py +++ b/g4f/Provider/HuggingChat.py @@ -14,6 +14,7 @@ class HuggingChat(AsyncGeneratorProvider, ProviderModelMixin): working = True default_model = "meta-llama/Llama-2-70b-chat-hf" models = [ + "google/gemma-7b-it", "mistralai/Mixtral-8x7B-Instruct-v0.1", "meta-llama/Llama-2-70b-chat-hf", "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO", -- cgit v1.2.3