返回提交历史
Modified
g4f/Provider/HuggingChat.py
+1
-0
XFEstudio/gpt4free
Add google/gemma-7b-it model to model list
7dc45325
代码差异
1 个文件
+1
-0
@@ -14,6 +14,7 @@ class HuggingChat(AsyncGeneratorProvider, ProviderModelMixin):
14
14
working = True
15
15
default_model = "meta-llama/Llama-2-70b-chat-hf"
16
16
models = [
17
"google/gemma-7b-it",
17
18
"mistralai/Mixtral-8x7B-Instruct-v0.1",
18
19
"meta-llama/Llama-2-70b-chat-hf",
19
20
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",