plugins {
id("openai.kotlin")
id("openai.publish")
}
dependencies {
api(project(":openai-java-core"))
implementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation(kotlin("test"))
testImplementation("org.assertj:assertj-core:3.27.7")
testImplementation("com.github.tomakehurst:wiremock-jre8:2.35.2")
}openai/openai-java
Publicmirrored from https://github.com/openai/openai-javaAvailable
openai-java-client-okhttp/build.gradle.kts
14lines · modepreview