mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #966] [MERGED] Groq Plugin Upgrade with removing Deprecated Models and Adding Llama 4 #1646
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/966
Author: @alokas
Created: 5/23/2025
Status: ✅ Merged
Merged: 5/24/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (3)
6c691d2Modified Groq to include Llama 4 models and depracate the models that are not workingc5c749eLinting error9aa6479Add Tool Calling📊 Changes
19 files changed (+73 additions, -1 deletions)
View changed files
📝
models/groq/manifest.yaml(+1 -1)📝
models/groq/models/llm/deepseek-r1-distill-llama-70b-specdec.yaml(+1 -0)📝
models/groq/models/llm/deepseek-r1-distill-llama-70b.yaml(+2 -0)📝
models/groq/models/llm/deepseek-r1-distill-qwen-32b.yaml(+1 -0)📝
models/groq/models/llm/gemma-7b-it.yaml(+1 -0)📝
models/groq/models/llm/llama-3.1-405b-reasoning.yaml(+1 -0)📝
models/groq/models/llm/llama-3.2-11b-vision-preview.yaml(+1 -0)📝
models/groq/models/llm/llama-3.2-1b-preview.yaml(+1 -0)📝
models/groq/models/llm/llama-3.2-3b-preview.yaml(+1 -0)📝
models/groq/models/llm/llama-3.2-90b-vision-preview.yaml(+1 -0)📝
models/groq/models/llm/llama-3.3-70b-specdec.yaml(+1 -0)➕
models/groq/models/llm/llama-4-maverick-17b-128e-instruct.yaml(+27 -0)➕
models/groq/models/llm/llama-4-scout-17b-16e-instruct.yaml(+27 -0)📝
models/groq/models/llm/llama2-70b-4096.yaml(+1 -0)📝
models/groq/models/llm/llama3-groq-70b-8192-tool-use-preview.yaml(+1 -0)📝
models/groq/models/llm/mixtral-8x7b-instruct-v0.1.yaml(+1 -0)📝
models/groq/models/llm/qwen-2.5-32b.yaml(+1 -0)📝
models/groq/models/llm/qwen-2.5-coder-32b.yaml(+1 -0)📝
models/groq/models/llm/qwen-qwq-32b.yaml(+2 -0)📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.2.0,<0.3.0in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.