Skip to content

Commit 8b8ee1f

Browse files
committed
update image moderation text to be model-agnostic
Replace specific "Llama Vision" references with generic "AI vision analysis" and "AI vision model" text to support different vision models.
1 parent 457abbc commit 8b8ee1f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/settings/panels/ImageModerationPanel.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const ImageModerationPanel: React.FC = () => {
113113
>
114114
<Option value="basic">Basic Mode (Fastest, detects explicit content only)</Option>
115115
<Option value="strict">Strict Mode (Fast, blocks all buttocks)</Option>
116-
<Option value="full">Full Mode (Most accurate, uses Llama Vision)</Option>
116+
<Option value="full">Full Mode (Most accurate, uses AI vision analysis)</Option>
117117
</Select>
118118
</Form.Item>
119119

@@ -128,9 +128,9 @@ const ImageModerationPanel: React.FC = () => {
128128
marginBottom: '16px'
129129
}}>
130130
<h4 style={{ marginTop: 0, color: 'rgba(82, 196, 255, 1)' }}>Moderation Mode Details:</h4>
131-
<p><strong>Basic Mode:</strong> Only detects genitals, anus, and exposed breasts. Fastest processing (no Llama Vision used). Best for initial screening in high-volume applications.</p>
132-
<p><strong>Strict Mode:</strong> Includes all &quot;basic&quot; detection plus automatic blocking of all detected buttocks with confidence ≥ 0.4. Fast processing (no Llama Vision used). Best for zero-tolerance platforms.</p>
133-
<p><strong>Full Mode (Default):</strong> Complete analysis with nuanced context evaluation. Slower due to Llama Vision processing, but most accurate and reduces false positives.</p>
131+
<p><strong>Basic Mode:</strong> Only detects genitals, anus, and exposed breasts. Fastest processing (no AI vision analysis). Best for initial screening in high-volume applications.</p>
132+
<p><strong>Strict Mode:</strong> Includes all &quot;basic&quot; detection plus automatic blocking of all detected buttocks with confidence ≥ 0.4. Fast processing (no AI vision analysis). Best for zero-tolerance platforms.</p>
133+
<p><strong>Full Mode (Default):</strong> Complete analysis with nuanced context evaluation. Slower due to AI vision model processing, but most accurate and reduces false positives.</p>
134134
</div>
135135
</Form.Item>
136136

0 commit comments

Comments
 (0)