Spaces:
Paused
Paused
Update config for Echo
Browse files- config.json +22 -0
config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Echo",
|
| 3 |
+
"number": 8,
|
| 4 |
+
"goal": "finance, stock market, investing, crypto, portfolio management, ETFs, bonds, dividends, retirement accounts, wealth building, asset allocation, risk management",
|
| 5 |
+
"seed_urls": [
|
| 6 |
+
"https://finance.yahoo.com/",
|
| 7 |
+
"https://www.sec.gov/",
|
| 8 |
+
"https://www.coindesk.com/",
|
| 9 |
+
"https://www.investopedia.com/"
|
| 10 |
+
],
|
| 11 |
+
"neurons": 512,
|
| 12 |
+
"crawler_workers": 15,
|
| 13 |
+
"crawler_delay_sec": 2.5,
|
| 14 |
+
"language": "en",
|
| 15 |
+
"federation": {
|
| 16 |
+
"relay": "100.94.8.94:4222",
|
| 17 |
+
"heartbeat_sec": 10
|
| 18 |
+
},
|
| 19 |
+
"persistence": {
|
| 20 |
+
"repo": "Janady07/megamind-echo"
|
| 21 |
+
}
|
| 22 |
+
}
|