Browse Source

修改打标id

jiaqiang 5 days ago
parent
commit
caef21e650
1 changed files with 6 additions and 2 deletions
  1. 6 2
      llmops/config.py

+ 6 - 2
llmops/config.py

@@ -97,8 +97,11 @@ def validate_config():
 CONFIG_VALID = len(validate_config()) == 0
 
 # 数据打标引擎入参映射(行业 -> ID)
+# metric-农业分类打标-0107
+# metric-农业分类打标-1230
 DATA_CLASSIFY_ENGINE_PARAM_MAPPER = {
-    "农业": "metric-农业分类打标-1230"
+    "农业": "metric-农业分类打标-0107"
+
 }
 
 # 千问32B模型配置
@@ -118,4 +121,5 @@ deepseek_v3_model = {
 
 
 # 多模型接口地址
-multimodal_api_url = "http://103.154.31.78:20012/api/file/read"
+multimodal_api_url = "http://103.154.31.78:20012/api/file/read"
+#multimodal_api_url="http://10.192.72.11:30000/api/file/read"