Go to file
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
example Add OpenAiService and OpenAiApiExample 2020-09-14 19:22:46 -05:00
gradle/wrapper Initial commit 2020-09-14 17:52:09 -05:00
openai Add OpenAiService and OpenAiApiExample 2020-09-14 19:22:46 -05:00
.gitattributes Initial commit 2020-09-14 17:52:09 -05:00
.gitignore Initial commit 2020-09-14 17:52:09 -05:00
README.md Add OpenAiService and OpenAiApiExample 2020-09-14 19:22:46 -05:00
build.gradle Add OpenAiService and OpenAiApiExample 2020-09-14 19:22:46 -05:00
gradlew Initial commit 2020-09-14 17:52:09 -05:00
gradlew.bat Initial commit 2020-09-14 17:52:09 -05:00
settings.gradle Add OpenAiService and OpenAiApiExample 2020-09-14 19:22:46 -05:00

README.md

export OPENAI_TOKEN="sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
./gradlew example:run