AutoGPT / autogpt /speech /__init__.py
DMDaudio's picture
Duplicate from aliabid94/AutoGPT
d6fdb17
raw
history blame
No virus
146 Bytes
"""This module contains the speech recognition and speech synthesis functions."""
from autogpt.speech.say import say_text
__all__ = ["say_text"]