File size: 90 Bytes
5c3c401
 
 
 
 
 
1
2
3
4
5
6
7
"""
Module to initialize the LLM model.
"""
from .azure import GPTModel

gpt = GPTModel()