Spaces:
Sleeping
Sleeping
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -136,7 +136,7 @@ def compute_moderation_severity(mresult: ModerationResult) -> float:
|
|
136 |
|
137 |
# Models
|
138 |
GROQ_MODELS = {
|
139 |
-
"default": "
|
140 |
"classification": "qwen-qwq-32b",
|
141 |
"moderation": "mistral-moderation-latest",
|
142 |
"combination": "llama-3.3-70b-versatile"
|
|
|
136 |
|
137 |
# Models
|
138 |
GROQ_MODELS = {
|
139 |
+
"default": "llama-3.3-70b-versatile",
|
140 |
"classification": "qwen-qwq-32b",
|
141 |
"moderation": "mistral-moderation-latest",
|
142 |
"combination": "llama-3.3-70b-versatile"
|