作者 钟来

初始提交

... ... @@ -221,6 +221,7 @@ public class ChatGPTController extends BaseController {
stringBuffer.append("返回代币:");
stringBuffer.append(usage.getCompletionTokens());
stringBuffer.append(";");
userFlowPacketRemainLog.setDescribe(stringBuffer.toString());
userFlowPacketRemainLog.setTotal_tokens(usage.getTotalTokens());
... ...