openai-webflux-java
openai-webflux-java copied to clipboard
[FR] make the ChoiceData record public
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 the solution you'd like You should add the public keyword
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
Hi @serrafrank thank you for oppening this issue and using my library. I will take a look on this FR tomorrow and will keep you updated.
Hi @reactiveclown, any updates on this? The library seems unusable without this being public...
I've opened a pull request that should fix this issue :)
Hi, I am very sorry to bother you, but in the Version @mavencentral 0.9.1 this issue still persists (which is interesting because the Github Version 0.9.1 does have that fixed. But when trying to build/install the latest v0.9.1 from github locally I run into a problem with the gpg signing which I havent yet figured yet (I use Windows). Do you have any tips for me? Thanks a lot!