feat(moderation): add support for vision model in moderation analysis

This commit is contained in:
MythEclipse
2026-05-31 20:12:16 +07:00
parent 47bac6ff8f
commit 34c4e3e017
5 changed files with 22 additions and 41 deletions
+2
View File
@@ -48,6 +48,8 @@ AI_ANALYSIS_ENABLED=false
AI_LLM_API_KEY=your_9router_key_here
AI_LLM_BASE_URL=https://9router.asepharyana.tech/v1
AI_LLM_MODEL=free
# Vision model for image/video moderation (falls back to AI_LLM_MODEL if unset)
AI_LLM_VISION_MODEL=multimodal
# NVIDIA Nemotron Content Safety Configuration
NVIDIA_NEMOTRON_API_KEY=your_nvidia_api_key_here