Janady07 commited on
Commit
bd0e2ef
·
verified ·
1 Parent(s): 895e403

Update config for Echo

Browse files
Files changed (1) hide show
  1. 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
+ }