From 03a559baab5c81807c276884838d672382c15960 Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Thu, 8 Jun 2023 15:36:50 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1fbb0ae..37416c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # 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 [full API documentation](https://platform.openai.com/docs/api-reference/completions) for examples of all the available functions. + ## Installation: Cargo.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] [Fine-tunes](https://platform.openai.com/docs/api-reference/fine-tunes) - [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).