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

XFEstudio/gpt4free

Add mixtral_small_24b model from DDG

9ebdadda
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/DDG.py +1 -1
@@ -36,7 +36,7 @@ class DDG(AsyncGeneratorProvider, ProviderModelMixin):
36 36 supports_message_history = True
37 37
38 38 default_model = "gpt-4o-mini"
39 models = [default_model, "o3-mini", "claude-3-haiku-20240307", "meta-llama/Llama-3.3-70B-Instruct-Turbo", "mistralai/Mixtral-8x7B-Instruct-v0.1"]
39 models = [default_model, "o3-mini", "claude-3-haiku-20240307", "meta-llama/Llama-3.3-70B-Instruct-Turbo", "mistralai/Mistral-Small-24B-Instruct-2501"]
40 40
41 41 model_aliases = {
42 42 "gpt-4": "gpt-4o-mini",