From ad3196afb1d0cb370abd075ba520a63f1049ab88 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Tue, 21 Mar 2023 00:34:15 +0000 Subject: [PATCH] Update openai-client --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c913421e..f7179ffd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.14.2") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2") implementation("com.fifesoft:rsyntaxtextarea:3.3.2") - implementation("ee.carlrobert:openai-client:1.0.1") + implementation("ee.carlrobert:openai-client:1.0.2") } java {