mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-26 10:24:30 +01:00
* Pi's message. * Fix most everything. * Blacked * Add Typing, Docstrings everywhere, organize the code a bit. * Black * fix import * Update message, dedupe. * Increase backoff time. * bump up retries
5 lines
146 B
Python
5 lines
146 B
Python
"""This module contains the speech recognition and speech synthesis functions."""
|
|
from autogpt.speech.say import say_text
|
|
|
|
__all__ = ["say_text"]
|