Commit Graph

  • 488f40b789 Change JDK version from 11 to 17 main YuCheng Hu 2023-03-28 10:07:37 -04:00
  • 5e644ceffd 修改许可证信息 YuCheng Hu 2023-03-13 11:30:37 -04:00
  • 8619ecc46e 修改编译使用的 JDK 为 JDK 17 YuCheng Hu 2023-03-13 11:27:35 -04:00
  • 666c38e7b1 修改自述文件来提供允许 OpenAI 的方法 YuCheng Hu 2023-03-10 12:34:30 -05:00
  • 30dfac5f0a 更新项目提交 Bug 的链接 YuCheng Hu 2023-03-10 11:05:26 -05:00
  • ce616c7816 更新 POM 文件 YuCheng Hu 2023-03-10 10:59:18 -05:00
  • a991582b80 更新自述文件,并且将 Key 配置到环境文件中 YuCheng Hu 2023-03-10 09:07:44 -05:00
  • 7d3b7c7eb1 更新联系方式使用 SharkFly 公众号来进行 OpenAI 的测试 YuCheng Hu 2023-03-07 08:38:15 -05:00
  • 4fd7096e65 更新 Apache 使用的版本 YuCheng Hu 2023-01-13 19:36:18 -05:00
  • 5967337229 Update the test folder and sub-task YuCheng Hu 2023-01-07 08:41:19 -05:00
  • 09aa7fdeb6 Update README file YuCheng Hu 2023-01-06 18:40:06 -05:00
  • 8babebac7a Update README file to include more info to project. YuCheng Hu 2023-01-06 18:36:55 -05:00
  • c796112903 Clean up the file we don't need it YuCheng Hu 2023-01-06 18:22:01 -05:00
  • f23170b45c update the maven repo YuCheng Hu 2023-01-06 16:17:12 -05:00
  • 9b907d0d9a update to new name YuCheng Hu 2023-01-06 14:41:47 -05:00
  • 65a30def30 Update Readme file YuCheng Hu 2023-01-06 14:40:52 -05:00
  • 85961e264c Update Readme file YuCheng Hu 2023-01-06 13:32:10 -05:00
  • 633b877145 update the git file YuCheng Hu 2023-01-06 13:27:55 -05:00
  • 3bf8d33cd7 Re-name the all package and start build base on those new package name YuCheng Hu 2023-01-06 13:24:09 -05:00
  • 062798c73a Delete all lombok from project and build as JDK version 11 YuCheng Hu 2023-01-06 13:20:51 -05:00
  • f63a2438dc Add client module to package YuCheng Hu 2023-01-06 12:47:41 -05:00
  • 0dda9fc1f4 Delete all code use for lombok YuCheng Hu 2023-01-06 12:46:06 -05:00
  • 0fc2159293 New code for maven YuCheng Hu 2023-01-06 12:36:47 -05:00
  • add90c312a Test to use maven YuCheng Hu 2023-01-06 12:11:02 -05:00
  • e68a098b87
    Add image generation, editing, and variations (#63) Theo Kanning 2023-01-03 16:33:52 -06:00
  • 3f8f02f104
    Upgrade github actions plugins (#64) Theo Kanning 2023-01-03 16:33:24 -06:00
  • b9ff2dc177
    Add test for CompletionRequest n parameter (#61) Theo Kanning 2023-01-02 17:17:55 -06:00
  • 68e75010fd
    Gradle 8.0 deprecation fix (#60) Theo Kanning 2023-01-02 15:40:27 -06:00
  • 5b3955d81a
    Delete deprecated Answer, Classification, and Search APIs (#59) Theo Kanning 2023-01-02 15:36:33 -06:00
  • 48cd7272f7
    Bump version to 0.8.1 (#43) 0.8.1 Theo Kanning 2022-12-04 13:41:14 -06:00
  • 1600841a58
    Update lombok to 1.18.24 (#42) Theo Kanning 2022-12-04 12:55:17 -06:00
  • 8d7f240010
    Add logit bias parameter to CompletionRequest (#41) Theo Kanning 2022-12-04 12:49:26 -06:00
  • c76923926e
    Remove deprecated endpoints from example project (#40) Theo Kanning 2022-12-04 12:44:30 -06:00
  • 0caab13666
    Updating example to not use new api (#33) Robin Glauser 2022-12-04 19:39:31 +01:00
  • 5e14d4f62b
    Add usage data to Completion and Embedding APIs (#39) Theo Kanning 2022-12-04 12:37:28 -06:00
  • 83df513ddc
    Bump version to 0.8.0 (#29) 0.8.0 Theo Kanning 2022-08-22 14:32:40 -05:00
  • 515a5fc47d
    Add deprecation info to README (#28) Theo Kanning 2022-08-22 14:29:42 -05:00
  • 553e22fea2
    Add Model support and new v1 endpoints (#27) Theo Kanning 2022-08-22 13:55:20 -05:00
  • 252db27577
    Update EditResult and fix the Edit test (#26) Theo Kanning 2022-08-19 11:05:12 -05:00
  • ff06ffb309
    Mark Answer, Completion, and Search APIs as deprecated (#25) Theo Kanning 2022-08-19 10:49:22 -05:00
  • d1f274800a
    Add moderation support (#24) Theo Kanning 2022-08-19 10:32:33 -05:00
  • 77219d497b
    Add user to CompletionRequest (#23) Theo Kanning 2022-08-19 09:44:38 -05:00
  • 1391f4074d
    Fix typo in the LICENSE.md (#22) Jacek Lipiec 2022-08-19 16:31:56 +02:00
  • 6f5a4ada76
    Update version to 0.7.0 (#18) 0.7.0 Theo Kanning 2022-06-29 11:54:30 -05:00
  • 4d5878db07
    Add OpenAiService constructor that takes timeout parameter (#17) Theo Kanning 2022-06-29 11:43:29 -05:00
  • 9e0a26b576
    Update to version 0.6.0 (#16) 0.6.0 Theo Kanning 2022-04-28 16:53:41 -05:00
  • bcfb5da378
    Add supported apis to readme (#15) Theo Kanning 2022-04-28 16:50:15 -05:00
  • 7f39df6e0b
    Add Edit request functionality (#14) Theo Kanning 2022-04-28 16:48:33 -05:00
  • 900e13bbda
    Add embeddings support (#13) Theo Kanning 2022-04-28 16:42:13 -05:00
  • 9f5b64b151
    Add answer support (#12) Theo Kanning 2022-04-28 16:20:15 -05:00
  • 103c34da94
    Add classification support (#11) Theo Kanning 2022-04-28 15:55:27 -05:00
  • ed2f1152e8
    Add more tests and run them before each merge (#10) Theo Kanning 2022-04-28 14:49:54 -05:00
  • d3074e113e Fix build action trigger (#9) 0.5.0 Theo Kanning 2022-04-26 20:59:48 -05:00
  • 4dd974cf98 Switch to publishing plugin (#8) Theo Kanning 2022-04-26 20:55:05 -05:00
  • 9a05c6ac77
    Add file and fine-tune api support (#6) Theo Kanning 2022-04-19 18:50:44 -05:00
  • d410abe1b5 Update badge to show maven central Theo Kanning 2021-03-09 21:31:03 -06:00
  • b10b9c30f2 Fix CI build Theo Kanning 2021-03-09 21:28:16 -06:00
  • 217116b819
    Publish to OSSRH instead of Bintray (#4) Theo Kanning 2021-03-09 20:52:48 -06:00
  • cdfceb0783
    Fix readme links Theo Kanning 2021-03-01 09:31:39 -06:00
  • c14c98c915
    Update Readme Theo Kanning 2020-10-07 09:47:48 -05:00
  • 9529928f0a
    Update Readme Theo Kanning 2020-10-07 09:43:04 -05:00
  • 70019fa7bb
    Update Readme Theo Kanning 2020-10-07 09:38:16 -05:00
  • fe48e8cfc3 Add sources and javadocs jars to published artifacts 0.4.0 Theo Kanning 2020-10-06 18:14:35 -05:00
  • a893f80b75 Use release tag without prefixes 0.3.0 Theo Kanning 2020-10-05 19:00:05 -05:00
  • 4141fb942a Send library version via command line Theo Kanning 2020-10-05 18:45:06 -05:00
  • 3fdc96d6a5 Fix publish.yml Theo Kanning 2020-10-05 18:35:44 -05:00
  • 4e070027c4 Add github action to publish artifacts after a release Theo Kanning 2020-10-05 18:26:56 -05:00
  • 618a097254
    Add pom files to publishing steps (#2) 0.2.0 Theo Kanning 2020-10-05 18:18:51 -05:00
  • 0297fe0393
    Add build Github Action (#1) Theo Kanning 2020-10-05 17:54:18 -05:00
  • c2044c64f9 Include gradle-wrapper.jar Theo Kanning 2020-10-05 17:52:21 -05:00
  • 00fa073446 Update package names Theo Kanning 2020-10-05 17:44:18 -05:00
  • d15dc718c2 Add builders to request objects Theo Kanning 2020-10-05 17:41:16 -05:00
  • 44ad76258c Add logprobs field Theo Kanning 2020-10-05 17:27:59 -05:00
  • f33aea18cb Rename modules to api and client 0.1.0 Theo Kanning 2020-10-04 21:30:20 -05:00
  • 779be1d98f Add bintray publishing tasks to gradle Theo Kanning 2020-10-04 20:57:57 -05:00
  • 427883b253 Removed unused dependencies Theo Kanning 2020-10-04 19:51:35 -05:00
  • bb779e75c4 Update README Theo Kanning 2020-10-04 19:50:49 -05:00
  • 0ae8868485 Add comments explaining the api object fields Theo Kanning 2020-10-04 19:24:24 -05:00
  • 7c4739b45a Add MIT License Theo Kanning 2020-10-04 18:35:04 -05:00
  • cdb7ae22c4 Add search objects and endpoint Theo Kanning 2020-10-04 18:25:40 -05:00
  • 61300727c8 Move data objects into separate openai-api package Theo Kanning 2020-10-04 18:09:48 -05:00
  • 5d74cfde5a Add Completion api Theo Kanning 2020-09-14 21:56:31 -05:00
  • 13336e6cb6 Add lombok and retrieve engine endpoint Theo Kanning 2020-09-14 21:29:30 -05:00
  • b38f8681b1 Add OpenAiService and OpenAiApiExample Theo Kanning 2020-09-14 19:22:46 -05:00
  • fe6372f376 Initial commit Theo Kanning 2020-09-14 17:52:09 -05:00