AI
LLM parsability and AI content detection
LLM parsability and AI content detection
Prerequisites
AI rules require an OpenRouter API key to function. Set the environment variable:
export OPENROUTER_API_KEY=your_key_hereRules
LLM Parsability
Analyzes how well LLMs can parse and understand the content
AI Content Detection
Detects if content appears to be AI-generated
Enable AI Rules
AI rules are disabled by default. To enable them:
squirrel.toml
toml[rules]
enable = ["ai/*"]Disable All AI Rules
squirrel.toml
toml[rules]
disable = ["ai/*"]