Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2155507

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-8
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.