OpenAI-J/settings.gradle
Theo Kanning 61300727c8 Move data objects into separate openai-api package
People can import this if they want to make their own client or don't like retrofit
2020-10-04 18:09:48 -05:00

7 lines
98 B
Groovy

rootProject.name = 'openai-java'
include 'example'
include 'openai-api'
include 'openai-client'