Grt1228 / chatgpt-java

ChatGPT Java SDK支持流式输出、Gpt插件、联网。支持OpenAI官方所有接口。ChatGPT的Java客户端。OpenAI GPT-3.5-Turb GPT-4 Api Client for Java
https://chatgpt-java.unfbx.com
Apache License 2.0
3.32k stars 813 forks source link

丢失返回内容 #258

Open SuiGaopeng opened 8 months ago

SuiGaopeng commented 8 months ago

调用 OpenAiApi 中的v1/chat/completions对于的方法,GPT 返回的内容解析成对象ChatCompletionResponse后,部分内容丢失。 返回内容为 JSON 格式,okhttp 返回日志中显示内容有3618 个汉字,而返回的对象中不仅只剩485 个汉字,而且JSON 后面的}也丢失了。