summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorえいえん ~UwU~ <95165750+eienmojiki206@users.noreply.github.com>2024-03-22 06:39:10 +0100
committerGitHub <noreply@github.com>2024-03-22 06:39:10 +0100
commit7dc45325807d2e402ec4f301c508651feaaf23d2 (patch)
tree2f3ebffe699de32f124dd5fb42bd8fdb4a518f73
parentMerge pull request #1729 from hlohaus/giga (diff)
downloadgpt4free-7dc45325807d2e402ec4f301c508651feaaf23d2.tar
gpt4free-7dc45325807d2e402ec4f301c508651feaaf23d2.tar.gz
gpt4free-7dc45325807d2e402ec4f301c508651feaaf23d2.tar.bz2
gpt4free-7dc45325807d2e402ec4f301c508651feaaf23d2.tar.lz
gpt4free-7dc45325807d2e402ec4f301c508651feaaf23d2.tar.xz
gpt4free-7dc45325807d2e402ec4f301c508651feaaf23d2.tar.zst
gpt4free-7dc45325807d2e402ec4f301c508651feaaf23d2.zip
-rw-r--r--g4f/Provider/HuggingChat.py1
1 files changed, 1 insertions, 0 deletions
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",