Muhammad Abdur Rahman Saad
issue #134 keyword & LDA pipelines
5c3c401
raw
history blame contribute delete
90 Bytes
"""
Module to initialize the LLM model.
"""
from .azure import GPTModel
gpt = GPTModel()