finalproj01 / globals.py
chaaim123's picture
Create globals.py
9192d2f verified
raw
history blame contribute delete
209 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")