TheoKanning / openai-java

OpenAI Api Client in Java
MIT License
4.68k stars 1.16k forks source link

feat(batch): add support to batch api #500

Open aconeshana opened 1 month ago

aconeshana commented 1 month ago

Changes

add support to openai batch api

New API Checklist

  1. [x] add POJO、api&service and tests
  2. [ ] update information is required
aconeshana commented 1 month ago

hi @TheoKanning I just contributed to address issues#160 by adding support for the OpenAI batch API. Could you please approve the workflow so the checks can run? Thank you!

xyifhgvnlo286 commented 1 month ago

You can only fork and compile it yourself to implement your requirements. This library has not been maintained for a long time

aconeshana commented 1 month ago

You can only fork and compile it yourself to implement your requirements. This library has not been maintained for a long time

Found it. Anyway thank your remind

xyifhgvnlo286 commented 1 month ago

Recommend using [openai4j]( https://github.com/Lambdua/openai4j )It's the fork branch of this library.