Add supported apis to readme (#15)

This commit is contained in:
Theo Kanning 2022-04-28 16:50:15 -05:00 committed by GitHub
parent 7f39df6e0b
commit bcfb5da378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,17 @@ Includes the following artifacts:
as well as an example project using the client. 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 ## Usage
### Importing into a gradle project ### Importing into a gradle project