Skip to content

Commit

Permalink
Update voice list
Browse files Browse the repository at this point in the history
The list described in the official API document is seems incorrect.
  • Loading branch information
mkht committed Oct 31, 2024
1 parent 97663b7 commit 370a994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Request-ChatCompletion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function Request-ChatCompletion {
[string[]]$Modalities,

[Parameter()]
[Completions('alloy', 'ash', 'ballad', 'coral', 'echo', 'sage', 'shimmer', 'verse')]
[Completions('alloy', 'ash', 'ballad', 'coral', 'echo', 'fable', 'nova', 'onyx', 'sage', 'shimmer', 'verse')]
[string][LowerCaseTransformation()]$Voice = 'alloy',

[Parameter()]
Expand Down

0 comments on commit 370a994

Please sign in to comment.