demo09 / globals.py
chaaim123's picture
Create globals.py
0d41375 verified
raw
history blame contribute delete
210 Bytes
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")