Skip to content

Commit

Permalink
Merge pull request #1740 from eienmojiki206/patch-1
Browse files Browse the repository at this point in the history
Add google/gemma-7b-it model to model list
  • Loading branch information
hlohaus authored Mar 22, 2024
2 parents cb74a39 + 7dc4532 commit 29d0dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions g4f/Provider/HuggingChat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 29d0dd9

Please sign in to comment.