diff --git a/Cargo.lock b/Cargo.lock index 3b2d7b2..65d4ee9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,7 +134,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "openai_api_rust" -version = "0.1.8" +version = "0.1.9" dependencies = [ "log", "mime", diff --git a/Cargo.toml b/Cargo.toml index 2fd345f..190b426 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openai_api_rust" -version = "0.1.8" -authors = ["i@guantong.dev"] +version = "0.1.9" +authors = ["i@gt.email","craig@mayhew.io"] edition = "2021" license = "MIT" homepage = "https://github.com/openai-rs/openai-api" diff --git a/README.md b/README.md index 0f2890b..c1979bf 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ___ Add the following to your Cargo.toml file: ```toml -openai_api_rust = "0.1.8" +openai_api_rust = "0.1.9" ``` Export your API key into the environment variables