Commit Graph

9 Commits

Author SHA1 Message Date
Theo Kanning bb779e75c4 Update README
Explained the two different modules and how to run the examples
2020-10-04 19:50:49 -05:00
Theo Kanning 0ae8868485 Add comments explaining the api object fields 2020-10-04 19:24:24 -05:00
Theo Kanning 7c4739b45a Add MIT License
I don't care what people do with this
2020-10-04 18:35:04 -05:00
Theo Kanning cdb7ae22c4 Add search objects and endpoint 2020-10-04 18:25:40 -05:00
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
Theo Kanning 5d74cfde5a Add Completion api
Might add a builder or something to make setting specific parameters easier
2020-09-14 21:56:31 -05:00
Theo Kanning 13336e6cb6 Add lombok and retrieve engine endpoint 2020-09-14 21:29:30 -05:00
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
Theo Kanning fe6372f376 Initial commit 2020-09-14 17:52:09 -05:00