Commit Graph

24 Commits

Author SHA1 Message Date
YuCheng Hu a991582b80 更新自述文件,并且将 Key 配置到环境文件中 2023-03-10 09:07:44 -05:00
YuCheng Hu 7d3b7c7eb1 更新联系方式使用 SharkFly 公众号来进行 OpenAI 的测试 2023-03-07 08:38:15 -05:00
YuCheng Hu 09aa7fdeb6 Update README file 2023-01-06 18:40:06 -05:00
YuCheng Hu 8babebac7a Update README file to include more info to project. 2023-01-06 18:36:55 -05:00
YuCheng Hu 85961e264c Update Readme file 2023-01-06 13:32:10 -05:00
YuCheng Hu 633b877145 update the git file 2023-01-06 13:27:55 -05:00
YuCheng Hu 062798c73a Delete all lombok from project and build as JDK version 11 2023-01-06 13:20:51 -05:00
Theo Kanning c76923926e
Remove deprecated endpoints from example project (#40)
The engine APIs are deprecated, and OpenAI will shut them down eventually
2022-12-04 12:44:30 -06:00
Robin Glauser 0caab13666
Updating example to not use new api (#33) 2022-12-04 12:39:31 -06:00
Theo Kanning 515a5fc47d
Add deprecation info to README (#28)
Answers, Classifications, Searchs, and old v1/engine endpoints are all deprecated.
2022-08-22 14:29:42 -05:00
Theo Kanning ff06ffb309
Mark Answer, Completion, and Search APIs as deprecated (#25)
OpenAI has officially deprecated these APIs, but I'll leave them in as long as the endpoints still work
The engines api is also deprecated, but I'll get to that when I add
model support.
2022-08-19 10:49:22 -05:00
Theo Kanning d1f274800a
Add moderation support (#24)
Adding support for the new Moderations api https://beta.openai.com/docs/guides/moderation

Fixes https://github.com/TheoKanning/openai-java/issues/20
2022-08-19 10:32:33 -05:00
Theo Kanning bcfb5da378
Add supported apis to readme (#15) 2022-04-28 16:50:15 -05:00
Theo Kanning d410abe1b5 Update badge to show maven central 2021-03-09 21:31:03 -06:00
Theo Kanning cdfceb0783
Fix readme links 2021-03-01 09:31:39 -06:00
Theo Kanning c14c98c915
Update Readme
Fixed typo
2020-10-07 09:47:48 -05:00
Theo Kanning 9529928f0a
Update Readme
Changed badge color from that ugly orange to a nice green
2020-10-07 09:43:04 -05:00
Theo Kanning 70019fa7bb
Update Readme
Added version badge and download instructions
2020-10-07 09:38:16 -05:00
Theo Kanning d15dc718c2 Add builders to request objects
This is so much nicer
2020-10-05 17:41:16 -05:00
Theo Kanning 44ad76258c Add logprobs field 2020-10-05 17:39:34 -05:00
Theo Kanning f33aea18cb Rename modules to api and client
openai-api is unecessary here
2020-10-04 21:30:20 -05:00
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 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