Sashir Estela
Sashir Estela
Maybe you want to take a look at the [simple-openai](https://github.com/sashirestela/simple-openai) Java library which has support for logprobs in Chat Completions.
Hi @zhangfuliang66 maybe you could take a look at this [vison+stream](https://github.com/sashirestela/simple-openai-playground/blob/main/src/main/java/io/github/sashirestela/openai/playground/DemoVision.java) example in two versions: for external images and for local images. It is based on the [simple-openai](https://github.com/sashirestela/simple-openai) library.
Thanks @vacuityv for your answer. I wonder if that is the status of this library, why does it have so many stars and forks? Maybe everyone in the Java community...
@propertius I don't understand why OpenAI keeps recommending this library if that is the state, they are giving a bad recommendation to the Java community. On purpose or not, OpenAI...
Finally, if you are looking for a simple Java 11+ library that implements the full OpenAI services and supports the latest features, you could take a look at [simple-openai](https://github.com/sashirestela/simple-openai). By...
@iluwatar I have worked with this Dynamic Proxy pattern in the library [simple-openai](https://github.com/sashirestela/cleverclient/blob/main/src/main/java/io/github/sashirestela/cleverclient/util/ReflectUtil.java#L12) and I know that it has been used in popular libraries such as Spring, Hibernate, Retrofit, etc.,...
> Hi, yes, I am working on this, I will try to push ma MR this week-end @mohamedelghaouth have you already pushed a PR?
Forking the repo and working on this
@iluwatar The PR is ready for you revision https://github.com/iluwatar/java-design-patterns/pull/2814
Any plans to fix this for Maven users, please?