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 1944eba commit f9c8d44Copy full SHA for f9c8d44
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openai-api-rs"
3
-version = "6.0.3"
+version = "6.0.4"
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.3"
+openai-api-rs = "6.0.4"
11
```
12
13
## Usage
0 commit comments