Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Update version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoKanning committed Jun 19, 2023
1 parent e5c9712 commit 3a5bc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.theokanning.openai-gpt3-java
VERSION_NAME=0.12.0
VERSION_NAME=0.13.0

POM_URL=https://github.com/theokanning/openai-java
POM_SCM_URL=https://github.com/theokanning/openai-java
Expand Down

1 comment on commit 3a5bc28

@torryDou
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @TheoKanning , Does this update support the gpt new function function_calling?

Please sign in to comment.