Skip to content

Commit 61c69a3

Browse files
author
LittleMouse
committed
[update] update docs
1 parent b9401b2 commit 61c69a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/llm_framework/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ send :
9898
"action": "setup",
9999
"object": "melotts.setup",
100100
"data": {
101-
"model": "melotts_zh-cn",
101+
"model": "melotts-zh-cn",
102102
"response_format": "sys.pcm",
103103
"input": "tts.utf-8",
104104
"enoutput": false

projects/llm_framework/tools/test_tools/test-melo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def create_melotts_setup_data(request_id="melotts_setup"):
4545
"action": "setup",
4646
"object": "melotts.setup",
4747
"data": {
48-
"model": "melotts_zh-cn",
48+
"model": "melotts-zh-cn",
4949
"response_format": "sys.pcm",
5050
"input": "tts.utf-8",
5151
"enoutput": False

0 commit comments

Comments
 (0)