From bcfb5da378adc77b3d7e51edcfeb877a03049c39 Mon Sep 17 00:00:00 2001 From: Theo Kanning Date: Thu, 28 Apr 2022 16:50:15 -0500 Subject: [PATCH] Add supported apis to readme (#15) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 28ddfbd..e650fdf 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,17 @@ Includes the following artifacts: as well as an example project using the client. +## Supported APIs +- [Engines](https://beta.openai.com/docs/api-reference/engines) +- [Completions](https://beta.openai.com/docs/api-reference/completions) +- [Edits](https://beta.openai.com/docs/api-reference/edits) +- [Searches](https://beta.openai.com/docs/api-reference/searches) +- [Classifications](https://beta.openai.com/docs/api-reference/classifications) +- [Answers](https://beta.openai.com/docs/api-reference/answers) +- [Files](https://beta.openai.com/docs/api-reference/files) +- [Fine-tunes](https://beta.openai.com/docs/api-reference/fine-tunes) +- [Embeddings](https://beta.openai.com/docs/api-reference/embeddings) + ## Usage ### Importing into a gradle project