openai-java
openai-java copied to clipboard
Added support for stream_options in chat completions
Fixes: #502
Changes
- Added support for
stream_optionsinChatCompletionRequest - Added
Usageobject inChatCompletionChunkOfficial Docs: https://platform.openai.com/docs/api-reference/chat/create#chat-create-stream_options
New API Checklist
- ✅ Documentation for every variable
- ✅ Class-level documentation
- ✅ POJO JSON parsing tests
- ✅ Service integration tests