diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 9f7cf66..6de12b4 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,8 +1,8 @@ [package] -distribution = "2201.9.2" +distribution = "2201.9.3" org = "ballerinax" name = "openai.chat" -version = "2.0.1" +version = "3.0.0" license = ["Apache-2.0"] authors = ["Ballerina"] keywords = ["AI/Chat", "OpenAI", "Cost/Paid", "GPT-4", "ChatGPT", "Vendor/OpenAI"] diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 444147c..ec3381e 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -318,7 +318,7 @@ modules = [ [[package]] org = "ballerinax" name = "openai.chat" -version = "2.0.1" +version = "3.0.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "http"},