Skip to content

Commit 021f22c

Browse files
committed
chore(dependencies): update openai-gpt3 to version 0.18.2
This commit updates the dependency on the openai-gpt3-java service from version 0.14.0 to the latest 0.18.2 release. The update ensures that the project takes advantage of any bug fixes, performance improvements, and new features introduced in the newer version of the openai-gpt3-java library.
1 parent df410b1 commit 021f22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ chapi-java = { group = "com.phodal.chapi", name = "chapi-ast-java", version.ref
2020
chapi-kotlin = { group = "com.phodal.chapi", name = "chapi-ast-kotlin", version.ref = "chapi" }
2121
chapi-typescript = { group = "com.phodal.chapi", name = "chapi-ast-typescript", version.ref = "chapi" }
2222

23-
openai-gpt3 = "com.theokanning.openai-gpt3-java:service:0.14.0"
23+
openai-gpt3 = "com.theokanning.openai-gpt3-java:service:0.18.2"
2424

2525
commonmark-core = "org.commonmark:commonmark:0.21.0"
2626
commonmark-gfm-tables = "org.commonmark:commonmark-ext-gfm-tables:0.21.0"

0 commit comments

Comments
 (0)