Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MischaR authored Dec 9, 2023
1 parent 36a171a commit 7bed1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function callOpenAIAPI(segment, apiKey, callback) {
var data = JSON.stringify({
"model": "tts-1",
"input": segment,
"voice": "nova"
"voice": "onyx"
});
xhr.send(data);
}
Expand Down

0 comments on commit 7bed1cd

Please sign in to comment.