Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 31, 2023
1 parent a3d2773 commit 0dc3ea3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ $data = $client->task->transcribeSpeech([
],

"media" => [
"type" => "audio/mp3",
"url" => "https://storage.crisp.chat/users/upload/session/5acfdb5400c15c00/audio1681224631050_9elgef.mp3"
"type" => "audio/webm",
"url" => "https://files.mirage-ai.com/dash/terminal/samples/transcribe-speech/hey-there.weba"
]
]);
```
Expand Down Expand Up @@ -75,8 +75,8 @@ $client->task->transcribeSpeech([
],

"media" => [
"type" => "audio/mp3",
"url" => "https://storage.crisp.chat/users/upload/session/5acfdb5400c15c00/audio1681224631050_9elgef.mp3"
"type" => "audio/webm",
"url" => "https://files.mirage-ai.com/dash/terminal/samples/transcribe-speech/hey-there.weba"
]
]);
```
Expand Down
4 changes: 2 additions & 2 deletions examples/task_transcribe_speech.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],

"media" => [
"type" => "audio/mp3",
"url" => "https://storage.crisp.chat/users/upload/session/5acfdb5400c15c00/audio1681224631050_9elgef.mp3"
"type" => "audio/webm",
"url" => "https://files.mirage-ai.com/dash/terminal/samples/transcribe-speech/hey-there.weba"
]
]);

Expand Down

0 comments on commit 0dc3ea3

Please sign in to comment.