mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-14 15:25:17 +02:00
feat: fix coding
This commit is contained in:
parent
946e6fa8b3
commit
71b4922f55
7 changed files with 23 additions and 33 deletions
|
|
@ -14,12 +14,9 @@ from pathlib import Path
|
|||
sys.path.append(str(Path(__file__).resolve().parent.parent.parent.parent)) # fix-bug: No module named 'metagpt'
|
||||
from metagpt.const import WORKSPACE_ROOT
|
||||
from metagpt.tools.azure_tts import AzureTTS
|
||||
from metagpt.utils.common import initialize_environment
|
||||
|
||||
|
||||
def test_azure_tts():
|
||||
initialize_environment()
|
||||
|
||||
azure_tts = AzureTTS(subscription_key="", region="")
|
||||
text = """
|
||||
女儿看见父亲走了进来,问道:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue