OpenAI-J/build.gradle
Theo Kanning b38f8681b1 Add OpenAiService and OpenAiApiExample
Added the ability to get all available engines, and added a example class to test it.
2020-09-14 19:22:46 -05:00

5 lines
58 B
Groovy

allprojects {
repositories {
jcenter()
}
}