From 03a559baab5c81807c276884838d672382c15960 Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Thu, 8 Jun 2023 15:36:50 +0900 Subject: [PATCH 1/2] 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). From cb70d8d75d7ebc690ad9d0327c7dba27df7aa9db Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Thu, 8 Jun 2023 15:39:53 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37416c2..40ba7b9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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. +Check out the [docs.rs](https://docs.rs/openai-api-rs/0.1.7/openai_api_rs/v1/index.html). ## Installation: Cargo.toml