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

com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "completion_tokens_details" (class com.plexpt.chatgpt.entity.billing.Usage), not marked as ignorable (3 known properties: "prompt_tokens", "completion_tokens", "total_tokens"])

Open 165149324 opened this issue 1 year ago • 8 comments

Exception in thread "main" java.lang.RuntimeException: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "completion_tokens_details" (class com.plexpt.chatgpt.entity.billing.Usage), not marked as ignorable (3 known properties: "prompt_tokens", "completion_tokens", "total_tokens"]) at [Source: (okhttp3.ResponseBody$BomAwareReader); line: 22, column: 35] (through reference chain: com.plexpt.chatgpt.entity.chat.ChatCompletionResponse["usage"]->com.plexpt.chatgpt.entity.billing.Usage["completion_tokens_details"]) at io.reactivex.internal.util.ExceptionHelper.wrapOrThrow(ExceptionHelper.java:45) at io.reactivex.internal.observers.BlockingMultiObserver.blockingGet(BlockingMultiObserver.java:90)

165149324 avatar Sep 13 '24 07:09 165149324

I have the same issue

OleksandrMiadelets avatar Sep 13 '24 08:09 OleksandrMiadelets

show your code

PlexPt avatar Sep 13 '24 08:09 PlexPt

api 更新了,我之前一直正确使用,现在也出现这个错误了: java.lang.RuntimeException: API调用异常: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "completion_tokens_details" (class com.plexpt.chatgpt.entity.billing.Usage), not marked as ignorable (3 known properties: "prompt_tokens", "completion_tokens", "total_tokens"]) at [Source: (okhttp3.ResponseBody$BomAwareReader); line: 22, column: 35] (through reference chain: com.plexpt.chatgpt.entity.chat.ChatCompletionResponse["usage"]->com.plexpt.chatgpt.entity.billing.Usage["completion_tokens_details"])

wanggang1997 avatar Sep 13 '24 08:09 wanggang1997

Looks like ChatGPT started returning an extra field completion_tokens_details in entity Usage

OleksandrMiadelets avatar Sep 13 '24 08:09 OleksandrMiadelets

updating

PlexPt avatar Sep 13 '24 08:09 PlexPt

fixed

已修复, 5.1.1

PlexPt avatar Sep 13 '24 11:09 PlexPt

maven仓库多久更新呢?目前还获取不到

wanggang1997 avatar Sep 13 '24 12:09 wanggang1997

数小时延迟

PlexPt avatar Sep 14 '24 00:09 PlexPt