We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a21f2 commit 4c97931Copy full SHA for 4c97931
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openai-api-rs"
3
-version = "6.0.2"
+version = "6.0.3"
4
edition = "2021"
5
authors = ["Dongri Jin <dongrium@gmail.com>"]
6
license = "MIT"
README.md
@@ -7,7 +7,7 @@ Check out the [docs.rs](https://docs.rs/openai-api-rs/).
7
Cargo.toml
8
```toml
9
[dependencies]
10
-openai-api-rs = "6.0.2"
+openai-api-rs = "6.0.3"
11
```
12
13
## Usage
0 commit comments