File size: 216 Bytes
e6cc6f7 |
1 2 3 4 5 6 7 |
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")
|