mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-08-01 19:06:02 +00:00
默认切换至 deepseek-v4-pro
This commit is contained in:
parent
40b7c18631
commit
14cd042c6b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user