from .openai_qa import OpenaiQA def openai(*args, **kwargs): return OpenaiQA(*args, **kwargs)