录单
This commit is contained in:
@@ -1929,7 +1929,7 @@ public class JDUtil {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
gptResponse = gptClientUtil.getGPTResponse(deepSeekPrompt.toString());
|
gptResponse = gptClientUtil.getGPTResponse(deepSeekPrompt.toString());
|
||||||
} catch (IOException e) {
|
} catch (Exception e) {
|
||||||
logger.error("生成评论异常 - 用户: {}", fromWxid, e);
|
logger.error("生成评论异常 - 用户: {}", fromWxid, e);
|
||||||
wxUtil.sendTextMessage(fromWxid, "AI 评论生成失败", 1, fromWxid, false);
|
wxUtil.sendTextMessage(fromWxid, "AI 评论生成失败", 1, fromWxid, false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user