Fix version

This commit is contained in:
Dongri Jin
2023-07-29 07:36:41 +09:00
parent e34bde5e78
commit ea2ec55153
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "openai-api-rs"
version = "0.1.11"
version = "0.1.12"
edition = "2021"
authors = ["Dongri Jin <dongrify@gmail.com>"]
license = "MIT"

View File

@ -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.11/openai_api_rs/v1/index.html).
Check out the [docs.rs](https://docs.rs/openai-api-rs/).
## Installation:
Cargo.toml
```toml
[dependencies]
openai-api-rs = "0.1.11"
openai-api-rs = "0.1"
```
## Usage