aboutsummaryrefslogtreecommitdiff
path: root/autogpt/speech/__init__.py
blob: 2ff0d2bf48dc356bf810cb5a2063d6774e5fec6e (plain)
1
2
3
4
"""This module contains the speech recognition and speech synthesis functions."""
from autogpt.speech.say import say_text

__all__ = ["say_text"]