chatgpt-java
chatgpt-java copied to clipboard
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "logprobs"
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
大佬,这个报错是什么问题
I have the same problem :(
升级到最新的 4.4.0 版本可以解决