Monorepo for Aesthetic.Computer
aesthetic.computer
1#!/usr/bin/env fish
2
3# Create and use the custom moderation model
4
5echo "🔨 Creating custom moderation model..."
6
7ollama create censor -f /workspaces/aesthetic-computer/censor/Modelfile
8
9echo ""
10echo "✅ Model 'censor' created successfully!"
11echo ""
12echo "To use it, update test-mongodb-messages.mjs to use model: 'censor' instead of 'qwen3:0.6b'"