Skip to content

Commit

Permalink
Merge pull request #11 from NipunaRanasinghe/main
Browse files Browse the repository at this point in the history
Update Dependencies.toml
  • Loading branch information
NipunaRanasinghe authored Aug 17, 2024
2 parents c09a8bd + ed68e71 commit 9e72f5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 9e72f5f

Please sign in to comment.