Spaces:
Sleeping
Sleeping
File size: 1,171 Bytes
a2cbcac | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | {
"trading": {
"market_open_time": "09:30",
"timezone": "America/New_York"
},
"portfolio": {
"historical_context_count": 20
},
"news": {
"significance_threshold": 0.7,
"moderate_threshold": 0.4,
"max_news_per_minute": 50,
"sample_news_count": 30,
"enable_firecrawl_extraction": true,
"valid_sources": [
"Fintel",
"InvestorPlace",
"Seeking Alpha",
"SeekingAlpha",
"Yahoo",
"CNBC",
"TipRanks",
"MarketWatch",
"The Fly",
"Benzinga",
"TalkMarkets",
"Stock Options Channel"
]
},
"models": {
"portfolio_manager": {
"provider": "openai",
"model": "gpt-4.1",
"temperature": 0.3
},
"nlp_features": {
"provider": "openai",
"model": "gpt-4.1",
"temperature": 0.3
},
"assess_significance": {
"provider": "openai",
"model": "gpt-4.1-mini",
"temperature": 0.3
},
"enhanced_summary": {
"provider": "openai",
"model": "gpt-4.1",
"temperature": 0.3
}
},
"output": {
"csv_path": "./output/csv",
"reports_path": "./output/reports"
}
} |