Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Laureano authored and gehrisandro committed Dec 22, 2023
1 parent 1287f56 commit 48f3bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/Audio.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function speechStreamed(array $parameters): SpeechStreamResponse
/**
* Transcribes audio into the input language.
*
* @see https://platform.openai.com/docs/api-reference/audio/create
* @see https://platform.openai.com/docs/api-reference/audio/createTranscription
*
* @param array<string, mixed> $parameters
*/
Expand All @@ -65,7 +65,7 @@ public function transcribe(array $parameters): TranscriptionResponse
/**
* Translates audio into English.
*
* @see https://platform.openai.com/docs/api-reference/audio/create
* @see https://platform.openai.com/docs/api-reference/audio/createTranslation
*
* @param array<string, mixed> $parameters
*/
Expand Down

0 comments on commit 48f3bdc

Please sign in to comment.