From 9ebdadda2c03b7539c232462eab7fc4e1f684088 Mon Sep 17 00:00:00 2001 From: hlohaus <983577+hlohaus@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:53:45 +0100 Subject: Add mixtral_small_24b model from DDG --- g4f/Provider/DDG.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g4f/Provider') diff --git a/g4f/Provider/DDG.py b/g4f/Provider/DDG.py index 61b300c9..a750858c 100644 --- a/g4f/Provider/DDG.py +++ b/g4f/Provider/DDG.py @@ -36,7 +36,7 @@ class DDG(AsyncGeneratorProvider, ProviderModelMixin): supports_message_history = True default_model = "gpt-4o-mini" - models = [default_model, "o3-mini", "claude-3-haiku-20240307", "meta-llama/Llama-3.3-70B-Instruct-Turbo", "mistralai/Mixtral-8x7B-Instruct-v0.1"] + models = [default_model, "o3-mini", "claude-3-haiku-20240307", "meta-llama/Llama-3.3-70B-Instruct-Turbo", "mistralai/Mistral-Small-24B-Instruct-2501"] model_aliases = { "gpt-4": "gpt-4o-mini", -- cgit v1.2.3