From b4009ca746c8c2a2cbb3e613edec5133a1122af1 Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Sun, 16 Apr 2023 14:02:27 +0900 Subject: [PATCH] Version up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53d1727..4ecd731 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The OpenAI API client Rust library provides convenient access to the OpenAI API Cargo.toml ```toml [dependencies] -openai-api-rs = "0.1.5" +openai-api-rs = "0.1.6" ``` ## Usage