TheoKanning / openai-java

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

Update ChatCompletionRequest.java - support format=json #490

Open winterstein opened 3 months ago

winterstein commented 3 months ago

Thanks for submitting a pull request! Please check CONTRIBUTING.md for style guidelines.

Changes

Add the format request parameter

New API Checklist

See CONTRIBUTING.md for more info.

  1. [x] Documentation for every variable
  2. [x] Class-level documentation
  3. [ ] POJO JSON parsing tests
  4. [ ] Service integration tests