Spaces:
Build error
Build error
Updated the groq models
Browse files- 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": "
|
| 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 |
}
|