crittercalm / content /__init__.py
Hermes Bot
Initial release: CritterCalm — AI Voice Cloning Animal Soother
144ed35
Raw
History Blame Contribute Delete
150 Bytes
"""
Content generation for CritterCalm using Dolphin-X1-8B or templates.
"""
from content.templates import get_template
__all__ = ["get_template"]