Skip to content

Commit c106220

Browse files
committed
fixed dependency link
1 parent 80b1dfe commit c106220

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)