Skip to content

Commit fa8ecc9

Browse files
authored
Update README.md
1 parent 3bf139e commit fa8ecc9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# OpenAI For Java
22

3-
⚠️ This library is currently under development
3+
⚠️ This library is currently under development ⚠️
44

55
###### OpenAI API Reference -> https://platform.openai.com/docs/api-reference/
66
###### OpenAI API Key -> https://platform.openai.com/account/api-keys
77

8-
## Library Download
8+
## Release `1.0.0`
99

10-
### Release 1.0.0
11-
- [openai.jar](https://github.com/jetkai/openai-for-java/releases/download/1.0.0/openai.jar) - ~2.2 MB `(binary, with dependencies)`
10+
#### Binary:
11+
- [openai.jar](https://github.com/jetkai/openai-for-java/releases/download/1.0.0/openai.jar) `(with dependencies)`
12+
- [openai-excldeps.jar](https://github.com/jetkai/openai-for-java/releases/download/1.0.0/openai-excluding-dependencies.jar) `(excluding dependencies)`
1213

13-
### Other
14-
- [openai-excldeps.jar](https://github.com/jetkai/openai-for-java/releases/download/1.0.0/openai-excluding-dependencies.jar) - ~130.0 KB `(binary, excluding dependencies)`
15-
- [openai-sources.jar](https://github.com/jetkai/openai-for-java/releases/download/1.0.0/openai-sources.jar) - ~105.00 KB
16-
- [openai-javadoc.jar](https://github.com/jetkai/openai-for-java/releases/download/1.0.0/openai-javadoc.jar) - ~430.0 KB
14+
#### Other:
15+
- [openai-sources.jar](https://github.com/jetkai/openai-for-java/releases/download/1.0.0/openai-sources.jar)
16+
- [openai-javadoc.jar](https://github.com/jetkai/openai-for-java/releases/download/1.0.0/openai-javadoc.jar)
1717

1818
## Minimum Requirements
1919
- JDK 11
@@ -307,7 +307,7 @@
307307
```
308308

309309
## List All Models
310-
310+
Scenario: List all the models available from OpenAI.
311311
```java
312312
private final OpenAI openAI = new OpenAI(System.getenv("OPEN_AI_API_KEY"));
313313

0 commit comments

Comments
 (0)