XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Add google/gemma-7b-it model to model list

7dc45325
えいえん ~UwU~ <95165750+eienmojiki206@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified g4f/Provider/HuggingChat.py +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",