AutoGPT / autogpt /speech /__init__.py
JohnTan38's picture
Duplicate from aliabid94/AutoGPT
d87c97b
"""This module contains the speech recognition and speech synthesis functions."""
from autogpt.speech.say import say_text
__all__ = ["say_text"]