Files

12 lines
319 B
Python
Raw Permalink Normal View History

"""Configuration for Dvādaśa heads, voices, and services."""
from fusionagi.config.head_voices import get_voice_id_for_head, HEAD_VOICE_MAP
from fusionagi.config.head_personas import get_persona, HEAD_PERSONAS
__all__ = [
"get_voice_id_for_head",
"HEAD_VOICE_MAP",
"get_persona",
"HEAD_PERSONAS",
]