From 13d0edc957e7128449902df818a55a24c2714187 Mon Sep 17 00:00:00 2001 From: choweli <1030848819@qq.com> Date: Tue, 13 May 2025 10:38:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0hutool-ai=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=EF=BC=8C=E5=AF=B9AI=E5=A4=A7=E6=A8=A1=E5=9E=8B=E7=9A=84?= =?UTF-8?q?=E5=B0=81=E8=A3=85=E5=AE=9E=E7=8E=B0=EF=BC=88pr#3937@Github?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a55096d06..5fd1ce129 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # 🚀Changelog ------------------------------------------------------------------------------------------------------------- -# 5.8.38(2025-05-12) +# 5.8.38(2025-05-13) ### 🐣新特性 * 【core 】 `PathUtil#del`增加null检查(pr#1331@Gitee) @@ -16,6 +16,7 @@ * 【core 】 优化`PropDesc`缓存注解判断,提升性能(pr#1335@Gitee) * 【core 】 添加`RecordUtil`支持record类(issue#3931@Github) * 【core 】 `Dict`的customKey方法访问权限修改为protected(pr#1340@Gitee) +* 【ai 】 增加hutool-ai模块,对AI大模型的封装实现(pr#3937@Github) ### 🐞Bug修复 * 【setting】 修复`Setting`autoLoad可能的加载为空的问题(issue#3919@Github)