From ed68e71de6d17c83ea91713087087547cd210448 Mon Sep 17 00:00:00 2001 From: Nipuna Ranasinghe Date: Sat, 17 Aug 2024 09:49:47 +0530 Subject: [PATCH] [Automated] Update the toml files --- ballerina/Ballerina.toml | 4 ++-- ballerina/Dependencies.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"},