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 b469a00 commit 568e469Copy full SHA for 568e469
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openai-api-rs"
3
-version = "8.0.2"
+version = "9.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 = "8.0.2"
+openai-api-rs = "9.0.0"
14
```
15
16
## Usage
0 commit comments