@@ -30,7 +30,7 @@ A comprehensive Kotlin Multiplatform library providing unified access to multipl
3030
3131Add the dependency:
3232``` kotlin
33- implementation(" com.tddworks:openai-client-jvm:0.2.2 " )
33+ implementation(" com.tddworks:openai-client-jvm:0.2.3 " )
3434```
3535
3636``` kotlin
@@ -69,7 +69,7 @@ openAI.streamChatCompletions(
6969For applications requiring multiple AI providers:
7070
7171``` kotlin
72- implementation(" com.tddworks:openai-gateway-jvm:0.2.2 " )
72+ implementation(" com.tddworks:openai-gateway-jvm:0.2.3 " )
7373```
7474
7575``` kotlin
@@ -107,8 +107,8 @@ For multiplatform projects:
107107kotlin {
108108 sourceSets {
109109 commonMain.dependencies {
110- implementation(" com.tddworks:openai-client-core:0.2.2 " )
111- implementation(" com.tddworks:openai-gateway-core:0.2.2 " )
110+ implementation(" com.tddworks:openai-client-core:0.2.3 " )
111+ implementation(" com.tddworks:openai-gateway-core:0.2.3 " )
112112 }
113113 }
114114}
@@ -117,11 +117,11 @@ kotlin {
117117For JVM/Android projects:
118118``` kotlin
119119dependencies {
120- implementation(" com.tddworks:openai-client-jvm:0.2.2 " )
121- implementation(" com.tddworks:anthropic-client-jvm:0.2.2 " )
122- implementation(" com.tddworks:ollama-client-jvm:0.2.2 " )
123- implementation(" com.tddworks:gemini-client-jvm:0.2.2 " )
124- implementation(" com.tddworks:openai-gateway-jvm:0.2.2 " )
120+ implementation(" com.tddworks:openai-client-jvm:0.2.3 " )
121+ implementation(" com.tddworks:anthropic-client-jvm:0.2.3 " )
122+ implementation(" com.tddworks:ollama-client-jvm:0.2.3 " )
123+ implementation(" com.tddworks:gemini-client-jvm:0.2.3 " )
124+ implementation(" com.tddworks:openai-gateway-jvm:0.2.3 " )
125125}
126126```
127127
@@ -131,7 +131,7 @@ dependencies {
131131<dependency >
132132 <groupId >com.tddworks</groupId >
133133 <artifactId >openai-client-jvm</artifactId >
134- <version >0.2.2 </version >
134+ <version >0.2.3 </version >
135135</dependency >
136136```
137137
0 commit comments