diff --git a/examples/CLI-assistant/Ballerina.toml b/examples/CLI-assistant/Ballerina.toml index 59e44eb..e2b3e33 100644 --- a/examples/CLI-assistant/Ballerina.toml +++ b/examples/CLI-assistant/Ballerina.toml @@ -1,14 +1,8 @@ [package] -org = "manodya" +org = "wso2" name = "CLI_assistant" version = "0.1.0" distribution = "2201.9.2" -[[dependency]] -org = "ballerinax" -name = "openai.chat" -version = "2.0.1" -repository = "local" - [build-options] observabilityIncluded = true diff --git a/examples/image-to-markdown-converter/Ballerina.toml b/examples/image-to-markdown-converter/Ballerina.toml index 59e44eb..40c2158 100644 --- a/examples/image-to-markdown-converter/Ballerina.toml +++ b/examples/image-to-markdown-converter/Ballerina.toml @@ -1,14 +1,8 @@ [package] -org = "manodya" -name = "CLI_assistant" +org = "wso2" +name = "image_to_markdown_converter" version = "0.1.0" distribution = "2201.9.2" -[[dependency]] -org = "ballerinax" -name = "openai.chat" -version = "2.0.1" -repository = "local" - [build-options] observabilityIncluded = true