diff --git a/README.md b/README.md index 6981eeb..4ea7e90 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # 量迹AI · SAM3「分割一切」视觉分割服务 + +# Admin Config +ADMIN_PASSWORD = "admin_secure_password" # 可以根据需求修改 +HISTORY_FILE = "history.json" + + 本项目在开源 SAM3(Segment Anything Model 3)能力之上,封装了面向业务的 **“分割一切”** 推理服务:通过 **FastAPI** 提供文本提示词驱动的图像分割接口,并扩展了 **塔罗牌分割/识别**、**人脸与头发分割 + 属性分析** 等场景能力。 本仓库定位为:**模型推理 + API 服务** 的可复用工程模板(适合在 MacOS 开发、服务器部署)。 diff --git a/fastAPI_tarot.py b/fastAPI_tarot.py index 19e362f..deeb804 100644 --- a/fastAPI_tarot.py +++ b/fastAPI_tarot.py @@ -72,7 +72,7 @@ HISTORY_FILE = "history.json" # Dashscope (Qwen-VL) 配置 dashscope.api_key = 'sk-ce2404f55f744a1987d5ece61c6bac58' QWEN_MODEL = 'qwen-vl-max' # Default model -AVAILABLE_QWEN_MODELS = ["qwen-vl-max", "qwen-vl-plus"] +AVAILABLE_QWEN_MODELS = ["qwen-vl-max", "qwen-vl-plus","qwen3.5-plus"] # 清理配置 (Cleanup Config) CLEANUP_CONFIG = {