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 824cf0d commit ef09eddCopy full SHA for ef09edd
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openai-api-rs"
3
-version = "7.0.1"
+version = "8.0.0"
4
edition = "2021"
5
authors = ["Dongri Jin <[email protected]>"]
6
license = "MIT"
README.md
@@ -10,7 +10,7 @@ Cargo.toml
10
11
```toml
12
[dependencies]
13
-openai-api-rs = "7.0.1"
+openai-api-rs = "8.0.0"
14
```
15
16
## Usage
0 commit comments