codecrucible-synth
Version:
Production-Ready AI Development Platform with Multi-Voice Synthesis, Smithery MCP Integration, Enterprise Security, and Zero-Timeout Reliability
64 lines • 1.43 kB
JSON
{
"hybrid": {
"enabled": true,
"escalationThreshold": 0.6,
"lmStudio": {
"endpoint": "http://localhost:1234",
"enabled": true,
"models": [
"codellama-7b-instruct",
"gemma-3-12b"
],
"maxConcurrent": 2,
"streamingEnabled": true,
"taskTypes": [
"template",
"edit",
"format",
"boilerplate"
],
"performance": {
"modelTtl": 900,
"keepAliveEnabled": true,
"keepAliveInterval": 120000,
"modelWarmupEnabled": true,
"connectionTimeout": 300000,
"requestTimeout": 180000,
"streamTimeout": 30000
}
},
"ollama": {
"endpoint": "http://localhost:11434",
"enabled": true,
"models": [
"gemma:7b",
"qwen2.5:7b"
],
"maxConcurrent": 2,
"performance": {
"modelTtl": 1800,
"keepAliveTime": "15m",
"maxRetries": 5,
"baseTimeout": 120000,
"warmupTimeout": 180000,
"concurrentPreloads": 2
}
}
},
"performance": {
"cacheEnabled": true,
"cacheDuration": 300000,
"timeoutStrategy": "adaptive",
"circuitBreakerEnabled": true
},
"fallback": {
"autoFallback": true,
"retryAttempts": 3,
"retryDelay": 2000,
"circuitBreaker": {
"enabled": true,
"failureThreshold": 5,
"recoveryTimeout": 60000
}
}
}