Skip to content

Commit 4cf5eb0

Browse files
authored
Merge pull request #62 from pragmatrix/review-examples
Remove azure and elevenlabs specific transcribe examples
2 parents 5bef6f6 + bcdcb4a commit 4cf5eb0

4 files changed

Lines changed: 21 additions & 351 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,14 @@ The project includes several examples showcasing different functionalities:
6060
# Run OpenAI dialog example
6161
cargo run --example openai-dialog
6262

63-
# Run Azure transcribe example
64-
cargo run --example azure-transcribe
63+
# Run generic transcribe example with Azure provider
64+
cargo run --example transcribe -- azure
6565

66-
# Run ElevenLabs transcribe example
67-
cargo run --example elevenlabs-transcribe
66+
# Run generic transcribe example with ElevenLabs provider
67+
cargo run --example transcribe -- elevenlabs
68+
69+
# Run generic transcribe example with Aristech provider
70+
cargo run --example transcribe -- aristech
6871

6972
# Run Azure synthesize example
7073
cargo run --example azure-synthesize

examples/azure-transcribe.rs

Lines changed: 0 additions & 183 deletions
This file was deleted.

examples/elevenlabs-transcribe.rs

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)