qamax's picture
Upload config.json with huggingface_hub
84c7aec verified
raw
history blame contribute delete
606 Bytes
{
"model_name": "playwright-test-automator",
"version": "1.0.0",
"description": "AI-powered Playwright test generation model for web applications",
"architecture": "rag-based",
"language": "en",
"author": "QA RAG App Team",
"license": "apache-2.0",
"framework": "playwright",
"dependencies": {
"playwright": "^1.40.0",
"openai": "^4.0.0",
"supabase": "^2.0.0",
"giskard": "^2.16.2"
},
"model_parameters": {
"validation_threshold": 0.6,
"max_improvement_iterations": 3,
"selector_robustness_enabled": true,
"error_handling_level": "comprehensive"
}
}