Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit bcfb5da

Browse files
authored
Add supported apis to readme (#15)
1 parent 7f39df6 commit bcfb5da

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Includes the following artifacts:
88

99
as well as an example project using the client.
1010

11+
## Supported APIs
12+
- [Engines](https://beta.openai.com/docs/api-reference/engines)
13+
- [Completions](https://beta.openai.com/docs/api-reference/completions)
14+
- [Edits](https://beta.openai.com/docs/api-reference/edits)
15+
- [Searches](https://beta.openai.com/docs/api-reference/searches)
16+
- [Classifications](https://beta.openai.com/docs/api-reference/classifications)
17+
- [Answers](https://beta.openai.com/docs/api-reference/answers)
18+
- [Files](https://beta.openai.com/docs/api-reference/files)
19+
- [Fine-tunes](https://beta.openai.com/docs/api-reference/fine-tunes)
20+
- [Embeddings](https://beta.openai.com/docs/api-reference/embeddings)
21+
1122
## Usage
1223

1324
### Importing into a gradle project

0 commit comments

Comments
 (0)