This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
OpenAI-J
Watch
1
Star
0
Fork
You've already forked OpenAI-J
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d410abe1b5
OpenAI-J
/
settings.gradle
6 lines
83 B
Groovy
Raw
Normal View
History
Unescape
Escape
Initial commit
2020-09-14 18:52:09 -04:00
rootProject
.
name
=
'openai-java'
Add OpenAiService and OpenAiApiExample Added the ability to get all available engines, and added a example class to test it.
2020-09-14 20:22:46 -04:00
Rename modules to api and client openai-api is unecessary here
2020-10-04 22:30:20 -04:00
include
'api'
include
'client'
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 19:09:48 -04:00
include
'example'