Spaces:
Paused
Paused
Update config for CodeBrain
Browse files- config.json +21 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "CodeBrain",
|
| 3 |
+
"number": 7,
|
| 4 |
+
"goal": "code implementation, algorithms, data structures, system design patterns, testing strategies, refactoring, performance optimization, clean code, architecture patterns",
|
| 5 |
+
"seed_urls": [
|
| 6 |
+
"https://github.com/trending",
|
| 7 |
+
"https://leetcode.com/",
|
| 8 |
+
"https://refactoring.guru/"
|
| 9 |
+
],
|
| 10 |
+
"neurons": 512,
|
| 11 |
+
"crawler_workers": 15,
|
| 12 |
+
"crawler_delay_sec": 2.5,
|
| 13 |
+
"language": "en",
|
| 14 |
+
"federation": {
|
| 15 |
+
"relay": "100.94.8.94:4222",
|
| 16 |
+
"heartbeat_sec": 10
|
| 17 |
+
},
|
| 18 |
+
"persistence": {
|
| 19 |
+
"repo": "Janady07/megamind-codebrain"
|
| 20 |
+
}
|
| 21 |
+
}
|