File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -33,21 +33,16 @@ jobs:
33
33
run : |
34
34
pip install dist/*.whl
35
35
36
- tetos openai -o openai.mp3 "Hello world"
37
36
tetos azure -o azure.mp3 "Hello world"
38
37
tetos edge -o edge.mp3 "Hello world"
39
38
tetos volc -o volc.mp3 "Hello world"
40
- tetos google -o google.mp3 "Hello world"
41
39
tetos baidu -o baidu.mp3 "Hello world"
42
40
env :
43
- OPENAI_API_BASE : ${{ secrets.OPENAI_API_BASE }}
44
- OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
45
41
AZURE_SPEECH_KEY : ${{ secrets.AZURE_SPEECH_KEY }}
46
42
AZURE_SPEECH_REGION : ${{ secrets.AZURE_SPEECH_REGION }}
47
43
VOLC_ACCESS_KEY : ${{ secrets.VOLC_ACCESS_KEY }}
48
44
VOLC_SECRET_KEY : ${{ secrets.VOLC_SECRET_KEY }}
49
45
VOLC_APP_KEY : ${{ secrets.VOLC_APP_KEY }}
50
- GOOGLE_CREDENTIALS_JSON : ${{ secrets.GOOGLE_CREDENTIALS }}
51
46
BAIDU_API_KEY : ${{ secrets.BAIDU_API_KEY }}
52
47
BAIDU_SECRET_KEY : ${{ secrets.BAIDU_SECRET_KEY }}
53
48
You can’t perform that action at this time.
0 commit comments