TalkToYourDocument / globals.py
gourisankar85's picture
Upload 13 files
e6cc6f7 verified
raw
history blame contribute delete
216 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")