model auto load

This commit is contained in:
Dobromir Popov
2025-11-22 12:49:57 +02:00
parent e404658dc7
commit bccac9614d
3 changed files with 334 additions and 2 deletions

View File

@@ -1,4 +1,18 @@
# ============================================================================
# ANNOTATE Application Configuration
# ============================================================================
# ----------------------------------------------------------------------------
# Model Auto-Loading
# ----------------------------------------------------------------------------
# Automatically load a model at startup for immediate use
# Options: Transformer, CNN, DQN, none
# Default: Transformer
AUTO_LOAD_MODEL=Transformer
# ----------------------------------------------------------------------------
# Logging Configuration
# ----------------------------------------------------------------------------
# Comma-separated list of enabled logging channels
# Available channels: core, trading, training, inference, pivots, data, websocket, api, webui, performance, debug
# Leave empty to use defaults (pivots, websocket, api, webui, debug are disabled by default)