File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,16 @@ openAI.customImageBuilderConfig(imageBuilder);
6868
6969---
7070## Models JavaAI can work with:
71- - [x] [ Completions] ( https://platform.openai.com/docs/api-reference/completions )
72- - [x] [ Chat] ( https://platform.openai.com/docs/api-reference/chat )
73- - [x] [ Create image] ( https://platform.openai.com/docs/api-reference/images/create )
71+ 1 . [x] [ Completions] ( https://platform.openai.com/docs/api-reference/completions )
72+ 2 . [x] [ Chat] ( https://platform.openai.com/docs/api-reference/chat )
73+ 3 . [x] [ Create image] ( https://platform.openai.com/docs/api-reference/images/create )
7474
7575---
7676## Outside Dependencies.
77- < h4 > This library uses:</ h4 >
78- [ Gson] ( https://github.com/google/gson ) , to convert JSON to Java objects.<br >
79- [ lombok] ( https://github.com/projectlombok/lombok ) to make the code clearer.<br >
80- [ junit] ( https://github.com/junit-team/junit5 ) for testing.
77+ #### This library uses:
78+ * [ Gson] ( https://github.com/google/gson ) , to convert JSON to Java objects.<br >
79+ * [ lombok] ( https://github.com/projectlombok/lombok ) to make the code clearer.<br >
80+ * [ junit] ( https://github.com/junit-team/junit5 ) for testing.
8181
8282## License
8383#### Distributed under the [ MIT License] ( https://github.com/artemnefedov/OpenAI/blob/main/LICENSE )
You can’t perform that action at this time.
0 commit comments