Browse Source

change: strategy

Dew-OF-Aurora 1 tuần trước cách đây
mục cha
commit
896a60bd7b
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      config.json

+ 6 - 1
config.json

@@ -46,6 +46,11 @@
         "field": "host_provider",
         "field": "host_provider",
         "equals": "CF优选IP",
         "equals": "CF优选IP",
         "case_sensitive": false
         "case_sensitive": false
+      },
+      {
+        "field": "domain",
+        "equals": "openai.com",
+        "case_sensitive": false
       }
       }
     ]
     ]
   },
   },
@@ -60,7 +65,7 @@
     "strategy": "weighted_average",
     "strategy": "weighted_average",
     "weighted_fields": [
     "weighted_fields": [
       {
       {
-        "field": "lt_score",
+        "field": "dx_score",
         "weight": 1.0
         "weight": 1.0
       }
       }
     ],
     ],