Big-Link-Man/jobs/example_multi_tier_batch.json

58 lines
1.3 KiB
JSON

{
"job_name": "Multi-Tier Site Build",
"project_id": 2,
"description": "Complete site build with 165 articles across 3 tiers",
"tiers": [
{
"tier": 1,
"article_count": 15,
"models": {
"title": "openai/gpt-4o-mini",
"outline": "openai/gpt-4o-mini",
"content": "anthropic/claude-4.5-sonnet"
},
"anchor_text_config": {
"mode": "default"
},
"validation_attempts": 3
},
{
"tier": 2,
"article_count": 50,
"models": {
"title": "openai/gpt-4o-mini",
"outline": "openai/gpt-4o-mini",
"content": "openai/gpt-4o-mini"
},
"anchor_text_config": {
"mode": "append",
"additional_text": ["comprehensive guide", "expert insights"]
},
"validation_attempts": 2
},
{
"tier": 3,
"article_count": 100,
"models": {
"title": "openai/gpt-4o-mini",
"outline": "openai/gpt-4o-mini",
"content": "openai/gpt-4o-mini"
},
"anchor_text_config": {
"mode": "default"
},
"validation_attempts": 2
}
],
"failure_config": {
"max_consecutive_failures": 3,
"skip_on_failure": true
},
"interlinking": {
"links_per_article_min": 2,
"links_per_article_max": 4,
"include_home_link": true
}
}