新增 随机池种类递减(把新增的类型从随机池中剔除) 随机池中剔除Socks

This commit is contained in:
zhh
2025-11-26 16:10:12 +08:00
parent 78670b4210
commit ff5bdecb69

View File

@@ -329,6 +329,7 @@ class AsyncStylistAgent:
filter_items.append({"category": {"$ne": "Handbags"}})
filter_items.append({"category": {"$ne": "Backpacks"}})
filter_items.append({"category": {"$ne": "Briefcases"}})
filter_items.append({"category": {"$ne": "Socks"}})
else:
filter_items.append({"category": {"$ne": item['metadatas'][0]['category']}})