This commit is contained in:
Dongri Jin
2024-06-25 11:46:12 +09:00
parent ad7bb7fa52
commit be660448f4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "openai-api-rs"
version = "4.1.0"
version = "4.1.1"
edition = "2021"
authors = ["Dongri Jin <dongrium@gmail.com>"]
license = "MIT"

View File

@ -7,7 +7,7 @@ Check out the [docs.rs](https://docs.rs/openai-api-rs/).
Cargo.toml
```toml
[dependencies]
openai-api-rs = "4.1.0"
openai-api-rs = "4.1.1"
```
## Usage