mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update the voices array for key and value
This commit is contained in:
@@ -70,12 +70,12 @@ if (!class_exists('ai_openai')) {
|
||||
|
||||
public function get_voices() : array {
|
||||
$voices = array(
|
||||
"alloy",
|
||||
"echo",
|
||||
"fable",
|
||||
"nova",
|
||||
"onyx",
|
||||
"shimmer"
|
||||
"alloy" => "alloy",
|
||||
"echo" => "echo",
|
||||
"fable" => "fable",
|
||||
"nova" => "nova",
|
||||
"onyx" => "onyx",
|
||||
"shimmer" => "shimmer"
|
||||
);
|
||||
|
||||
//return the languages array
|
||||
@@ -253,4 +253,4 @@ if (!class_exists('ai_openai')) {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user