fix: img compress (#546)

This commit is contained in:
Archer
2023-12-03 23:56:45 +08:00
committed by GitHub
parent 7fc05af09e
commit 9c77dfbddd
6 changed files with 14 additions and 7 deletions

View File

@@ -30,3 +30,4 @@ curl --location --request POST 'https://{{host}}/api/admin/initv463' \
4. 优化 - 流读取文件,防止内存溢出
5. 优化 - 4v模型自动将 url 转 base64本地也可调试
6. 优化 - 图片压缩等级
7. 修复 - 图片压缩失败报错,防止文件读取过程卡死。