From 257867fa9c7a18d7c3d8857356afe5f49ba1d907 Mon Sep 17 00:00:00 2001 From: slam Date: Fri, 19 Apr 2024 18:43:49 +0800 Subject: [PATCH] refactor: doc update for the version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a073d41..ec4e208 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To get started, simply add the following dependency to your Kotlin project: ```kotlin -implementation("com.tddworks:openai-gateway-jvm:0.1.2") +implementation("com.tddworks:openai-gateway-jvm:0.1.3") ``` **Then, configure the OpenAIGateway with your API keys and settings:**