Upload config.json with huggingface_hub
Browse files- config.json +22 -0
config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "playwright-test-automator",
|
3 |
+
"version": "1.0.0",
|
4 |
+
"description": "AI-powered Playwright test generation model for web applications",
|
5 |
+
"architecture": "rag-based",
|
6 |
+
"language": "en",
|
7 |
+
"author": "QA RAG App Team",
|
8 |
+
"license": "apache-2.0",
|
9 |
+
"framework": "playwright",
|
10 |
+
"dependencies": {
|
11 |
+
"playwright": "^1.40.0",
|
12 |
+
"openai": "^4.0.0",
|
13 |
+
"supabase": "^2.0.0",
|
14 |
+
"giskard": "^2.16.2"
|
15 |
+
},
|
16 |
+
"model_parameters": {
|
17 |
+
"validation_threshold": 0.6,
|
18 |
+
"max_improvement_iterations": 3,
|
19 |
+
"selector_robustness_enabled": true,
|
20 |
+
"error_handling_level": "comprehensive"
|
21 |
+
}
|
22 |
+
}
|