Browse Source

增加Qwen32B配置

jiaqiang 4 days ago
parent
commit
24e87f48e6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      llmops/config.py

+ 6 - 0
llmops/config.py

@@ -96,4 +96,10 @@ CONFIG_VALID = len(validate_config()) == 0
 # 数据打标引擎入参映射(行业 -> ID)
 DATA_CLASSIFY_ENGINE_PARAM_MAPPER = {
     "农业": "metric-农业分类打标-1230"
+}
+
+qwen3_32B_model = {
+    "name": "Qwen3-32B",
+    "api_key": "",
+    "base_url": "http://10.192.72.12:9996/v1"
 }