Phoenix21 commited on
Commit
5d99dd3
·
verified ·
1 Parent(s): d5e80d3

Updated the groq models

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -154,7 +154,7 @@ def compute_moderation_severity(mresult: ModerationResult) -> float:
154
  # -------------------------------------------------------
155
  GROQ_MODELS = {
156
  "default": "llama3-70b-8192",
157
- "classification": "mixtral-8x7b-32768",
158
  "moderation": "mistral-moderation-latest",
159
  "combination": "llama-3.3-70b-versatile"
160
  }
 
154
  # -------------------------------------------------------
155
  GROQ_MODELS = {
156
  "default": "llama3-70b-8192",
157
+ "classification": "qwen-qwq-32b",
158
  "moderation": "mistral-moderation-latest",
159
  "combination": "llama-3.3-70b-versatile"
160
  }