openai-webflux-java icon indicating copy to clipboard operation
openai-webflux-java copied to clipboard

Reactive WebFlux OpenAI API Client in Java

Results 4 openai-webflux-java issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** the record io.github.reactiveclown.openaiwebfluxclient.client.chat.ChoiceData.java is not directly accessible.. ```'io.github.reactiveclown.openaiwebfluxclient.client.chat.ChoiceData' is not public in 'io.github.reactiveclown.openaiwebfluxclient.client.chat'. Cannot be accessed from outside package``` **Describe...

Hi @reactiveclown, Hope this finds you well. I'm working on my GPT project and found this repo. I need a stream client to support my use cases but I see...

**Is your feature request related to a problem? Please describe.** As the name suggests we need more testing. Right now there is only one class with tests for a single...

**Is your feature request related to a problem? Please describe.** Right now it is not possible to work with the stream requests via this library. **Describe the solution you'd like**...