OpenAI-J/settings.gradle
Theo Kanning f33aea18cb Rename modules to api and client
openai-api is unecessary here
2020-10-04 21:30:20 -05:00

6 lines
83 B
Groovy

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