inworld: commented out contents as per Pipecat guidance that this pattern is being retired
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
# SPDX-License-Identifier: BSD 2-Clause License
|
||||
#
|
||||
|
||||
import sys
|
||||
# import sys
|
||||
|
||||
from pipecat.services import DeprecatedModuleProxy
|
||||
# from pipecat.services import DeprecatedModuleProxy
|
||||
|
||||
from .tts import *
|
||||
# from .tts import *
|
||||
|
||||
sys.modules[__name__] = DeprecatedModuleProxy(globals(), "inworld", "inworld.tts")
|
||||
# sys.modules[__name__] = DeprecatedModuleProxy(globals(), "inworld", "inworld.tts")
|
||||
|
||||
Reference in New Issue
Block a user