widgettdc-api / config /error-detection /huggingface-params.json
Kraft102's picture
fix: sql.js Docker/Alpine compatibility layer for PatternMemory and FailureMemory
5a81b95
{
"timeout_seconds": 30,
"severity_threshold": "MEDIUM",
"models": [
"microsoft/codebert-base",
"huggingface/CodeBERTa-small-v1"
],
"parallel_workers": 3,
"cache_results": true,
"exclude_patterns": [
"node_modules/",
"dist/",
"build/",
"*.test.py",
"*_test.py",
".next/",
".cache/",
".git/"
],
"security_check": true,
"performance_check": true,
"api_validation": true,
"batch_size": 16,
"model_cache_dir": ".cache/huggingface/models",
"output_format": "json"
}