geekyrakshit's picture
add: MedQAAssistant
49cde8e
raw
history blame
121 Bytes
from .llm_client import LLMClient
from .medqa_assistant import MedQAAssistant
__all__ = ["LLMClient", "MedQAAssistant"]