|
@@ -372,7 +372,6 @@ public class ArticleService {
|
|
|
obj = JSONObject.parseObject(kimiResult.getResponse().getChoices().get(0).getMessage().getContent());
|
|
|
} catch (Exception e) {
|
|
|
log.error(kimiResult.getResponse().getChoices().get(0).getMessage().getContent());
|
|
|
- continue;
|
|
|
}
|
|
|
}
|
|
|
for (ArticleCategory articleCategory : partition) {
|
|
@@ -444,7 +443,6 @@ public class ArticleService {
|
|
|
obj = JSONObject.parseObject(kimiResult.getResponse().getChoices().get(0).getMessage().getContent());
|
|
|
} catch (Exception e) {
|
|
|
log.error(kimiResult.getResponse().getChoices().get(0).getMessage().getContent());
|
|
|
- continue;
|
|
|
}
|
|
|
}
|
|
|
articleCategory.setKimiResult(kimiResult.getResponseStr());
|