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 786335b commit 39c8e2bCopy full SHA for 39c8e2b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openai-api-rs"
3
-version = "0.1.10"
+version = "0.1.11"
4
edition = "2021"
5
authors = ["Dongri Jin <[email protected]>"]
6
license = "MIT"
README.md
@@ -1,13 +1,13 @@
# OpenAI API client library for Rust (unofficial)
The OpenAI API client Rust library provides convenient access to the OpenAI API from Rust applications.
-Check out the [docs.rs](https://docs.rs/openai-api-rs/0.1.10/openai_api_rs/v1/index.html).
+Check out the [docs.rs](https://docs.rs/openai-api-rs/0.1.11/openai_api_rs/v1/index.html).
## Installation:
7
Cargo.toml
8
```toml
9
[dependencies]
10
-openai-api-rs = "0.1.10"
+openai-api-rs = "0.1.11"
11
```
12
13
## Usage
0 commit comments