""" Module to initialize the LLM model. """ from .azure import GPTModel gpt = GPTModel()