chatgpt-java icon indicating copy to clipboard operation
chatgpt-java copied to clipboard

com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "logprobs"

Open jiegege10 opened this issue 4 months ago • 1 comments

com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "logprobs" (class com.plexpt.chatgpt.entity.chat.ChatChoice), not marked as ignorable (4 known properties: "delta", "index", "message", "finish_reason"]) at [Source: (okhttp3.ResponseBody$BomAwareReader); line: 13, column: 23] (through reference chain: com.plexpt.chatgpt.entity.chat.ChatCompletionResponse["choices"]->java.util.ArrayList[0]->com.plexpt.chatgpt.entity.chat.ChatChoice["logprobs"]), requestUrl=/message

大佬,这个报错是什么问题

jiegege10 avatar Feb 06 '24 03:02 jiegege10

I have the same problem :(

Zaghdoudii avatar Feb 15 '24 21:02 Zaghdoudii