AutoGPT/autogpt/speech/__init__.py

5 lines
146 B
Python
Raw Normal View History

"""This module contains the speech recognition and speech synthesis functions."""
from autogpt.speech.say import say_text
__all__ = ["say_text"]