File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# OpenAI For Java
2
2
3
- ⚠️ This library is currently under development
3
+ ⚠️ This library is currently under development ⚠️
4
4
5
5
###### OpenAI API Reference -> https://platform.openai.com/docs/api-reference/
6
6
###### OpenAI API Key -> https://platform.openai.com/account/api-keys
7
7
8
- ## Library Download
8
+ ## Release ` 1.0.0 `
9
9
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) `
12
13
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 )
17
17
18
18
## Minimum Requirements
19
19
- JDK 11
307
307
```
308
308
309
309
## List All Models
310
-
310
+ Scenario: List all the models available from OpenAI.
311
311
``` java
312
312
private final OpenAI openAI = new OpenAI (System . getenv(" OPEN_AI_API_KEY" ));
313
313
You can’t perform that action at this time.
0 commit comments