From 14cd042c6ba84a565d318828747a2bcec0c59e0f Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Thu, 9 Jul 2026 11:17:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=88=87=E6=8D=A2=E8=87=B3?= =?UTF-8?q?=20deepseek-v4-pro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index 723181901..a00094f83 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -187,7 +187,7 @@ jeecg: # AI集成 ai-chat: enabled: true - model: deepseek-chat + model: deepseek-v4-pro apiKey: ?? apiHost: https://api.deepseek.com/v1 timeout: 60 @@ -239,12 +239,12 @@ jeecg: timeout: 60 # AIRag向量库 ai-rag: - # AI流程敏感节点(stdio=命令行节点, sql=SQL节点) - allow-sensitive-nodes: sql,stdio + # AI流程敏感节点(stdio=命令行节点, sql=SQL节点, code=代码节点/脚本执行,高危存在RCE风险默认禁用) + allow-sensitive-nodes: sql,stdio,code embed-store: host: 127.0.0.1 port: 5432 - database: postgres + database: vector_db user: postgres password: postgres table: embeddings