diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-03-22 13:02:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 13:02:24 +0100 |
commit | 29d0dd938753e2a9ff0e4bcc01876784e81d8f20 (patch) | |
tree | 817451b29c69ef3f1d76f0afa950f8126fab0c40 | |
parent | Merge pull request #1742 from hlohaus/euf (diff) | |
parent | Add google/gemma-7b-it model to model list (diff) | |
download | gpt4free-29d0dd938753e2a9ff0e4bcc01876784e81d8f20.tar gpt4free-29d0dd938753e2a9ff0e4bcc01876784e81d8f20.tar.gz gpt4free-29d0dd938753e2a9ff0e4bcc01876784e81d8f20.tar.bz2 gpt4free-29d0dd938753e2a9ff0e4bcc01876784e81d8f20.tar.lz gpt4free-29d0dd938753e2a9ff0e4bcc01876784e81d8f20.tar.xz gpt4free-29d0dd938753e2a9ff0e4bcc01876784e81d8f20.tar.zst gpt4free-29d0dd938753e2a9ff0e4bcc01876784e81d8f20.zip |
-rw-r--r-- | g4f/Provider/HuggingChat.py | 1 |
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", |