File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ export CONVOAI_TTS_ELEVENLABS_VOICE_ID=<Your tts elevenLabs voice id>
67
67
Run the sample project with the following command:
68
68
69
69
``` bash
70
- go run main.go -ttsVendor=< ttsVendor> --serviceRegion=< serviceRegion>
70
+ go run main.go -- ttsVendor=< ttsVendor> --serviceRegion=< serviceRegion>
71
71
```
72
72
73
73
` ttsVendor ` represents different TTS providers. Choose the appropriate TTS provider based on your requirements.
74
74
` serviceRegion ` represents chosen service region. The currently supported service regions are:
75
- * ` ChineseMainland `
76
- * ` Global `
75
+ * ` 1 ` : ` ChineseMainland `
76
+ * ` 2 ` : ` Global `
77
77
Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ export CONVOAI_TTS_ELEVENLABS_VOICE_ID=<Your tts elevenLabs voice id>
67
67
使用以下命令运行示例项目:
68
68
69
69
``` bash
70
- go run main.go -ttsVendor=< ttsVendor> --serviceRegion=< serviceRegion>
70
+ go run main.go -- ttsVendor=< ttsVendor> --serviceRegion=< serviceRegion>
71
71
```
72
72
73
73
` ttsVendor ` 代表不同的 TTS 提供商。根据您的需求选择合适的 TTS 提供商。
74
74
` serviceRegion ` 代表选择的服务区域。目前支持的服务区域有:
75
- * ` ChineseMainland `
76
- * ` Global `
75
+ * ` 1 ` : ` ChineseMainland `
76
+ * ` 2 ` : ` Global `
77
77
You can’t perform that action at this time.
0 commit comments