删除http路径

This commit is contained in:
leon 2025-02-25 14:55:27 +08:00
parent 36802463b8
commit c14b3b0641

View File

@ -162,7 +162,7 @@ public class TrainHttpService {
// 发起 HTTP 请求
log.debug("正在发起 HTTP POST 请求...");
String res = HttpUtils.post(url + llmBackendProperties.getFinetuningCreate(), headers, JSON.toJSONString(req));
String res = HttpUtils.post(llmBackendProperties.getFinetuningCreate(), headers, JSON.toJSONString(req));
log.info("HTTP 请求完成。响应内容: {}", res);
// 解析响应