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