From 79bf4e31ae26aed70d1d8686bb6e60f489c592b8 Mon Sep 17 00:00:00 2001 From: Wishula Jayathunga Date: Wed, 14 Aug 2024 21:42:23 +0530 Subject: [PATCH] Update README.md --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 19e8ba1..1b8a242 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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 @@ -47,4 +47,4 @@ Execute the following commands to build all the examples against the changes you ```bash ./build.sh run - ``` \ No newline at end of file + ```