AutoGPT1 / autogpt /speech /__init__.py
Vito99's picture
Duplicate from aliabid94/AutoGPT
40a5d34
raw
history blame contribute delete
146 Bytes
"""This module contains the speech recognition and speech synthesis functions."""
from autogpt.speech.say import say_text
__all__ = ["say_text"]