Skip to content

Commit

Permalink
Merge pull request #767 from Ikaros-521/owner
Browse files Browse the repository at this point in the history
修改openai tts的官方api地址
  • Loading branch information
Ikaros-521 authored Apr 17, 2024
2 parents 7b7a300 + f82e86b commit 6a013f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
},
"openai_tts": {
"type": "api",
"api_ip_port": "https://ysharma-openai-tts-new.hf.space/--replicas/zcq5n/",
"api_ip_port": "https://api.openai.com/v1",
"model": "tts-1",
"voice": "nova",
"api_key": "你的openai api key"
Expand Down
2 changes: 1 addition & 1 deletion config.json.bak
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
},
"openai_tts": {
"type": "api",
"api_ip_port": "https://ysharma-openai-tts-new.hf.space/--replicas/zcq5n/",
"api_ip_port": "https://api.openai.com/v1",
"model": "tts-1",
"voice": "nova",
"api_key": "你的openai api key"
Expand Down

0 comments on commit 6a013f0

Please sign in to comment.