From cc592e8ad1d5c54db4fe465290f71975fcb172a2 Mon Sep 17 00:00:00 2001 From: Raphael Valdetaro <79842132+raphaelchristi@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:39:44 -0300 Subject: [PATCH] feat: add deepseek-r1-distill-llama-70b to Groq (#5970) * feat: add deepseek-r1-distill-llama-70b to Groq * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- src/backend/base/langflow/base/models/groq_constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/base/langflow/base/models/groq_constants.py b/src/backend/base/langflow/base/models/groq_constants.py index eb6aec352..c9dc9dc17 100644 --- a/src/backend/base/langflow/base/models/groq_constants.py +++ b/src/backend/base/langflow/base/models/groq_constants.py @@ -12,6 +12,7 @@ GROQ_MODELS = [ "llama-3.2-90b-vision-preview", # Meta "llama-3.3-70b-specdec", # Meta "llama-3.3-70b-versatile", # Meta + "deepseek-r1-distill-llama-70b" # DeepSeek "llama-guard-3-8b", # Meta "llama3-70b-8192", # Meta "llama3-8b-8192", # Meta