diff --git a/build.gradle.kts b/build.gradle.kts index db386f2..0bb1e31 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -99,7 +99,7 @@ tasks.withType().configureEach { } dependencies { - implementation("com.aallam.openai:openai-client:3.6.3") { + implementation("com.aallam.openai:openai-client:3.7.1") { exclude(group = "org.slf4j", module = "slf4j-api") // Prevents java.lang.LinkageError: java.lang.LinkageError: loader constraint violation:when resolving method 'long kotlin.time.Duration.toLong-impl(long, kotlin.time.DurationUnit)' exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib")