Pozify / src /pozify /slm /__init__.py
tthhanh's picture
Implement grounded coach summary with HF SLM
f083cf4
Raw
History Blame Contribute Delete
201 Bytes
from pozify.slm.providers import CoachSummaryGeneration, CoachSummaryModel, get_coach_summary_model
__all__ = [
"CoachSummaryGeneration",
"CoachSummaryModel",
"get_coach_summary_model",
]