Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…x-openai.audio into examples
  • Loading branch information
e19166 committed Aug 14, 2024
2 parents 5e39072 + 79bf4e3 commit fa0a72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The `ballerinax/openai.audio` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-openai.audio/tree/main/examples), covering use cases like cache management, session management, and rate limiting.

1. [Text-To-English-Audio](https://github.com/ballerina-platform/module-ballerinax-openai.audio/tree/main/examples/Text-To-English-Audio) - Converts a text given in any language to english
2. [Audio-To-Input-Language-And-English](https://github.com/ballerina-platform/module-ballerinax-openai.audio/tree/main/examples/Audio-To-English-Audio)
2. [Audio-To-Input-Language-And-English](https://github.com/ballerina-platform/module-ballerinax-openai.audio/tree/main/examples/Audio-To-English-Audio) - Converts an audio given in a different language into text in input language and english

## Prerequisites

Expand Down Expand Up @@ -47,4 +47,4 @@ Execute the following commands to build all the examples against the changes you

```bash
./build.sh run
```
```

0 comments on commit fa0a72b

Please sign in to comment.