Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 511 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 511 Bytes

OpenAI API Kotlin Client BOM

Client BOM module, can be used to control the dependency versions of direct and transitive dependencies:

dependencies {
    // import Kotlin API client BOM
    implementation platform('com.aallam.openai:openai-client-bom:<version>')

    // define dependencies without versions
    implementation 'com.aallam.openai:openai-client'
    implementation 'io.ktor:ktor-client-okhttp'
}