File size: 209 Bytes
9192d2f
 
 
 
 
 
1
2
3
4
5
6
import logging
from config.appConfig import AppConfig

# Initialize AppConfig (this will initialize the LLMManager with the default model)
app_config = AppConfig()
logging.info("Global app_config initialized")