日志修改
This commit is contained in:
parent
67d85799c5
commit
3b237f2241
@ -157,8 +157,8 @@ public class TrainHttpService {
|
||||
try {
|
||||
// 记录请求信息
|
||||
log.info("开始创建微调任务,请求URL: {}", url + llmBackendProperties.getFinetuningCreate());
|
||||
log.debug("请求头: {}", headers);
|
||||
log.debug("请求体: {}", JSON.toJSONString(req));
|
||||
log.info("请求头: {}", headers);
|
||||
log.info("请求体: {}", JSON.toJSONString(req));
|
||||
|
||||
// 发起 HTTP 请求
|
||||
log.debug("正在发起 HTTP POST 请求...");
|
||||
|
Loading…
x
Reference in New Issue
Block a user