Merge pull request #1740 from eienmojiki206/patch-1

Add google/gemma-7b-it model to model list
pull/1744/head 0.2.6.2
H Lohaus 3 months ago committed by GitHub
commit 29d0dd9387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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",

Loading…
Cancel
Save