增加hutool-ai模块,对AI大模型的封装实现(pr#3937@Github)

This commit is contained in:
choweli
2025-05-13 10:38:13 +08:00
parent 12e29629cd
commit 13d0edc957

View File

@@ -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方法访问权限修改为protectedpr#1340@Gitee
* 【ai 】 增加hutool-ai模块对AI大模型的封装实现pr#3937@Github
### 🐞Bug修复
* 【setting】 修复`Setting`autoLoad可能的加载为空的问题issue#3919@Github