From 85a6dc2e0db44eb5bda81ee6fb8cb8824bf13fbf Mon Sep 17 00:00:00 2001 From: UnCLAS-Prommer Date: Thu, 3 Apr 2025 16:15:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=80=E4=B8=8B=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/lpmm_config_template.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/template/lpmm_config_template.toml b/template/lpmm_config_template.toml index ef94c96e..14ea3a2e 100644 --- a/template/lpmm_config_template.toml +++ b/template/lpmm_config_template.toml @@ -11,13 +11,13 @@ api_key = "" [entity_extract.llm] # 设置用于实体提取的LLM模型 -provider = "localhost" # 服务提供商 -model = "deepseek-r1-distill-llama-8b" # 模型名称 +provider = "siliconflow" # 服务提供商 +model = "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B" # 模型名称 [rdf_build.llm] # 设置用于RDF构建的LLM模型 -provider = "localhost" # 服务提供商 -model = "deepseek-r1-distill-llama-8b" # 模型名称 +provider = "siliconflow" # 服务提供商 +model = "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B" # 模型名称 [embedding] # 设置用于文本嵌入的Embedding模型 @@ -32,8 +32,8 @@ synonym_threshold = 0.8 # 同义词阈值(相似度高于此阈值的词语 [qa.llm] # 设置用于QA的LLM模型 -provider = "localhost" # 服务提供商 -model = "deepseek-r1-distill-llama-8b" # 模型名称 +provider = "siliconflow" # 服务提供商 +model = "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B" # 模型名称 [qa.params] # QA参数配置