mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-12-03 02:58:20 +00:00
Update README.md
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# 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 [full API documentation](https://platform.openai.com/docs/api-reference/completions) for examples of all the available functions.
|
||||||
|
|
||||||
## Installation:
|
## Installation:
|
||||||
Cargo.toml
|
Cargo.toml
|
||||||
```toml
|
```toml
|
||||||
@@ -74,3 +76,6 @@ Check out the [full API documentation](https://platform.openai.com/docs/api-refe
|
|||||||
- [x] [Files](https://platform.openai.com/docs/api-reference/files)
|
- [x] [Files](https://platform.openai.com/docs/api-reference/files)
|
||||||
- [x] [Fine-tunes](https://platform.openai.com/docs/api-reference/fine-tunes)
|
- [x] [Fine-tunes](https://platform.openai.com/docs/api-reference/fine-tunes)
|
||||||
- [x] [Moderations](https://platform.openai.com/docs/api-reference/moderations)
|
- [x] [Moderations](https://platform.openai.com/docs/api-reference/moderations)
|
||||||
|
|
||||||
|
## License
|
||||||
|
This project is licensed under [MIT license](https://github.com/dongri/openai-api-rs/blob/main/LICENSE).
|
||||||
|
|||||||
Reference in New Issue
Block a user