LLM proxy integration

This commit is contained in:
Dobromir Popov
2025-08-26 18:37:00 +03:00
parent 9a76624904
commit b404191ffa
5 changed files with 572 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ class TextExportManager:
'main_symbol': 'ETH/USDT',
'ref1_symbol': 'BTC/USDT',
'ref2_symbol': 'SPX', # Will need to be mapped to available data
'export_dir': 'data/text_exports'
'export_dir': 'NN/training/samples/txt'
}
def initialize_exporter(self, config: Optional[Dict[str, Any]] = None):