Support logprobs in chat completion
Hi I've seen that there's logprobs support for the old completion endpoint but not for chat. Is there a plan to add that to the chat completion?
https://platform.openai.com/docs/api-reference/chat/create#chat-create-logprobs
I republished this library (it seems like the maintainer is gone) over at https://github.com/panghy/openai-java, and just so happens that I added logprobs recently:
https://github.com/panghy/openai-java/blob/aba1ca3b8030a6d6de5187cc1fe303de52f1cbd9/example/src/main/java/example/OpenAiApiExample.java#L62
@panghy great! thank you!
Maybe you want to take a look at the simple-openai Java library which has support for logprobs in Chat Completions.