Skip to content

Commit

Permalink
fix wrong api url
Browse files Browse the repository at this point in the history
  • Loading branch information
yakupseymen committed Jan 24, 2024
1 parent 316d33d commit ab5e06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ public static function threadsUrl(): string
*/
public static function ttsUrl(): string
{
return self::OPEN_AI_URL . "/threads";
return self::OPEN_AI_URL . "/audio/speech";
}
}

0 comments on commit ab5e06a

Please # to comment.