feat: 增强 AI 入库预处理功能,支持联网补全和来源展示

This commit is contained in:
2026-03-13 21:26:20 +08:00
parent 8e0bd4f995
commit c193caa88c
4 changed files with 550 additions and 45 deletions

View File

@@ -1,19 +1,15 @@
{
"api_url": "https://api.siliconflow.cn/v1/chat/completions",
"model": "Pro/MiniMaxAI/MiniMax-M2.5",
"model": "Pro/zai-org/GLM-5",
"api_key": "sk-pekgnbdvwgydxzteabnykswjadkitoopwcekmksydfoslmlo",
"timeout": 30,
"restock_threshold": 2,
"restock_limit": 24,
"lcsc_auth_mode": "jop",
"lcsc_base_url": "https://open-api.jlc.com",
"lcsc_basic_path": "/lcsc/openapi/sku/product/basic",
"lcsc_api_key": "",
"lcsc_api_key_header": "Authorization",
"lcsc_api_key_prefix": "Bearer ",
"lcsc_request_id_field": "productId",
"lcsc_timeout": 20,
"lcsc_app_id": "553906741933318145",
"lcsc_access_key": "2c1f0cd581e14151a9dbf82a4a4da961",
"lcsc_secret_key": "g3c4GEv5EA3KBNHcnwh3TCodokzN7C1E"
"lcsc_secret_key": "g3c4GEv5EA3KBNHcnwh3TCodokzN7C1E",
"lock_storage_mode": false
}