TheoKanning / openai-java

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

Why is the response_format and VISION param still not supported yet in ChatCompletionRequest? #440

Open louisice opened 6 months ago

louisice commented 6 months ago

I did some searching and found that there are several PRs and issues related to the response_format and VISION parameter in ChatCompletion, and they've been ongoing for quite a while now (at least a month). Is there any specific reason they can't be merged? If there are reasons why they can't be merged, please let us know in detail so we can continue to fix them. the reason I rise a new issue cos this is starting to gradually impact the progress of my project.

Related issue/PR: #388 #402 #413 #423 @TheoKanning Please take a moment to look at this. Thank you so so so much

namankhurpia commented 6 months ago

hi @louisice

if you want you can try my repository, https://github.com/namankhurpia/Easy-open-ai

I will solve all issues you will create and will personally take care of issues.

Thanks

louisice commented 6 months ago

hi @louisice

if you want you can try my repository, https://github.com/namankhurpia/Easy-open-ai

I will solve all issues you will create and will personally take care of issues.

Thanks

Sorry, since my current project is heavily and deeply dependent on this sdk, it's difficult to switch, so I won't try it for now. but still, appreciate your suggestion. I'll consider it for new projects.

Ran-Mewo commented 6 months ago

I honestly just feel like forking and just taking over this project, the only problem is that it's sort of quite difficult to merge PRs created in this repo from a fork

the project also seems like it'll require little maintenance from anyone wanting to take over this as the community loves this project enough to instantly create PRs fixing and adding new things. It just requires someone to checkin daily and accept the PRs

vacuityv commented 6 months ago

@TheoKanning we need vision api. Plsase take some time and merge the requests.

namankhurpia commented 6 months ago

@vacuityv I added vision API in this- https://github.com/namankhurpia/Easy-open-ai