添加岗位标签处理
This commit is contained in:
@@ -49,7 +49,6 @@ public class AiChatAbility {
|
||||
}
|
||||
|
||||
String url = config.getBaseUrl() + "/chat/completions";
|
||||
log.info("AI 请求 URL: {}, model: {}", url, config.getModel());
|
||||
|
||||
Map<String, Object> body = new HashMap<>();
|
||||
body.put("model", config.getModel());
|
||||
|
||||
Reference in New Issue
Block a user