Skip to content

Commit 9b9e042

Browse files
committed
docs: Update README files to clarify TTS command usage and service region options
1 parent 713fa1b commit 9b9e042

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/convoai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ export CONVOAI_TTS_ELEVENLABS_VOICE_ID=<Your tts elevenLabs voice id>
6767
Run the sample project with the following command:
6868

6969
```bash
70-
go run main.go -ttsVendor=<ttsVendor> --serviceRegion=<serviceRegion>
70+
go run main.go --ttsVendor=<ttsVendor> --serviceRegion=<serviceRegion>
7171
```
7272

7373
`ttsVendor` represents different TTS providers. Choose the appropriate TTS provider based on your requirements.
7474
`serviceRegion` represents chosen service region. The currently supported service regions are:
75-
* `ChineseMainland`
76-
* `Global`
75+
* `1`:`ChineseMainland`
76+
* `2`:`Global`
7777

examples/convoai/README_ZH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ export CONVOAI_TTS_ELEVENLABS_VOICE_ID=<Your tts elevenLabs voice id>
6767
使用以下命令运行示例项目:
6868

6969
```bash
70-
go run main.go -ttsVendor=<ttsVendor> --serviceRegion=<serviceRegion>
70+
go run main.go --ttsVendor=<ttsVendor> --serviceRegion=<serviceRegion>
7171
```
7272

7373
`ttsVendor` 代表不同的 TTS 提供商。根据您的需求选择合适的 TTS 提供商。
7474
`serviceRegion` 代表选择的服务区域。目前支持的服务区域有:
75-
* `ChineseMainland`
76-
* `Global`
75+
* `1`:`ChineseMainland`
76+
* `2`:`Global`
7777

0 commit comments

Comments
 (0)