Skip to content

Commit 3c069b1

Browse files
committed
doc: update README
Signed-off-by: Xin Liu <[email protected]>
1 parent 5fed9cd commit 3c069b1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,10 @@ This project is a RESTful API server that creates an audio from a text based on
8686
"response_format": "wav",
8787
"speed": 1.0
8888
}'
89+
--output test.wav
8990
```
9091

91-
If the request is successful, you will receive a response like this:
92-
93-
```json
94-
{"id":"file_ee61934f-090f-4397-8e52-4ebb7d490c87","bytes":88224,"created_aename":"output.wav","object":"file","purpose":"assistants_output"}
95-
```
96-
97-
The generated "output.wav" file is located in the `./archives/file_ee61934f-090f-4397-8e52-4ebb7d490c87` directory.
92+
If the request is successful, the generated audio file will be saved as `test.wav`.
9893

9994
## Build
10095

0 commit comments

Comments
 (0)