增加auto-gpt0.5版本
This commit is contained in:
4
autogpt/speech/__init__.py
Normal file
4
autogpt/speech/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
"""This module contains the speech recognition and speech synthesis functions."""
|
||||
from autogpt.speech.say import say_text
|
||||
|
||||
__all__ = ["say_text"]
|
||||
Reference in New Issue
Block a user