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

Commit 2155507

Browse files
authored
Update readme (#65)
Remove answers, classifications, and search. Add images.
1 parent 05bf591 commit 2155507

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
![Maven Central](https://img.shields.io/maven-central/v/com.theokanning.openai-gpt3-java/client?color=blue)
22

3-
> ⚠️The [Answers](https://help.openai.com/en/articles/6233728-answers-transition-guide),
4-
>[Classifications](https://help.openai.com/en/articles/6272941-classifications-transition-guide),
5-
>and [Searches](https://help.openai.com/en/articles/6272952-search-transition-guide) APIs are deprecated,
6-
>and will stop working on December 3rd, 2022.
7-
83
> ⚠️OpenAI has deprecated all Engine-based APIs. See [Deprecated Endpoints](https://github.com/TheoKanning/openai-java#deprecated-endpoints) below for more info.
94
105
# OpenAI-Java
@@ -23,12 +18,10 @@ as well as an example project using the client.
2318
- [Embeddings](https://beta.openai.com/docs/api-reference/embeddings)
2419
- [Files](https://beta.openai.com/docs/api-reference/files)
2520
- [Fine-tunes](https://beta.openai.com/docs/api-reference/fine-tunes)
21+
- [Images](https://beta.openai.com/docs/api-reference/images)
2622
- [Moderations](https://beta.openai.com/docs/api-reference/moderations)
2723

2824
#### Deprecated by OpenAI
29-
- [Searches](https://beta.openai.com/docs/api-reference/searches)
30-
- [Classifications](https://beta.openai.com/docs/api-reference/classifications)
31-
- [Answers](https://beta.openai.com/docs/api-reference/answers)
3225
- [Engines](https://beta.openai.com/docs/api-reference/engines)
3326

3427
## Usage

0 commit comments

Comments
 (0)