增加了图片上传解析的功能

This commit is contained in:
史悦
2026-02-03 10:09:44 +08:00
parent 69a177b85a
commit b82297efc3
7 changed files with 837 additions and 23 deletions

8
config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"enableVision": true,
"imageConfig": {
"maxCount": 4,
"maxSizeMB": 4,
"allowedTypes": ["image/jpeg", "image/png", "image/webp", "image/gif"]
}
}