mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-08-22 23:25:39 +00:00
Bump version
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "openai-api-rs"
|
name = "openai-api-rs"
|
||||||
version = "0.1.9"
|
version = "0.1.10"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Dongri Jin <dongrify@gmail.com>"]
|
authors = ["Dongri Jin <dongrify@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
# OpenAI API client library for Rust (unofficial)
|
# OpenAI API client library for Rust (unofficial)
|
||||||
The OpenAI API client Rust library provides convenient access to the OpenAI API from Rust applications.
|
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.8/openai_api_rs/v1/index.html).
|
Check out the [docs.rs](https://docs.rs/openai-api-rs/0.1.10/openai_api_rs/v1/index.html).
|
||||||
|
|
||||||
## Installation:
|
## Installation:
|
||||||
Cargo.toml
|
Cargo.toml
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
openai-api-rs = "0.1.9"
|
openai-api-rs = "0.1.10"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Reference in New Issue
Block a user