Skip to content

Commit

Permalink
🚧 fix(wip): formal config
Browse files Browse the repository at this point in the history
  • Loading branch information
mxchinegod committed Mar 12, 2024
1 parent d15b703 commit 3eed72e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/configs/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"role": "server",
"settings": {
"name": "example",
"proj_dir": "/Users/dylan/VSCode/Prismadic/tractor-beam.git/",
"proj_dir": ".",
"jobs": [
{
"url": "https://www.federalreserve.gov/monetarypolicy/fomchistorical2017.htm",
Expand Down
2 changes: 1 addition & 1 deletion examples/configs/example.recurse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"role": "server",
"settings": {
"name": "recurse_example",
"proj_dir": "/Users/dylan/VSCode/LLM/tractor-beam.git/",
"proj_dir": ".",
"jobs": [
{
"url": "https://www.federalreserve.gov/monetarypolicy/fomchistorical2017.htm",
Expand Down
2 changes: 1 addition & 1 deletion examples/configs/example.watcher.edgar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"role": "watcher",
"settings": {
"name": "edgar",
"proj_dir": "/Users/dylan/VSCode/Prismadic/tractor-beam.git/",
"proj_dir": ".",
"jobs": [
{
"url": "https://www.sec.gov/cgi-bin/browse-edgar?action=getcurrent&CIK=&type=&company=&dateb=&owner=include&start=0&count=1000&output=atom",
Expand Down
6 changes: 4 additions & 2 deletions examples/configs/example.youtube.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
{
"func": "",
"headers": null,
"types": [""]
"types": [
""
]
}
]
}
]
}
}
}

0 comments on commit 3eed72e

Please sign in to comment.