添加岗位标签处理

This commit is contained in:
zk
2026-03-19 10:55:30 +08:00
parent 67c1842e37
commit 1c1792e204
8 changed files with 253 additions and 22 deletions
@@ -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());