Bitsak/AutoGPT2
0
1"""This module contains the speech recognition and speech synthesis functions."""2from autogpt.speech.say import say_text3 4__all__ = ["say_text"]5 1"""This module contains the speech recognition and speech synthesis functions."""2from autogpt.speech.say import say_text3 4__all__ = ["say_text"]5