1
This commit is contained in:
@@ -210,10 +210,24 @@ jarvis:
|
||||
# 企微经 wxSend 调用本接口时校验(须与 wxSend 配置一致)
|
||||
wecom:
|
||||
inbound-secret: jarvis_wecom_bridge_change_me
|
||||
# wxSend 根地址(无尾斜杠),用于 F 录单等第二条起主动推送;与 wxSend server.port 一致
|
||||
wxsend-base-url: http://127.0.0.1:36699
|
||||
# 须与 wxSend jarvis.wecom.push-secret 一致(Header X-WxSend-WeCom-Push-Secret)
|
||||
push-secret: jarvis_wecom_push_change_me
|
||||
# 多轮会话:与 JDUtil interaction_state 类似,TTL 与空闲超时(分钟)
|
||||
session-ttl-minutes: 30
|
||||
session-idle-timeout-minutes: 30
|
||||
session-sweep-ms: 60000
|
||||
# 企微「开」+ 手机号:Jarvis POST 该局域网接口,将响应中的 reply_text 被动回复给用户
|
||||
phone-forward:
|
||||
enabled: true
|
||||
base-url: http://192.168.8.60:18080
|
||||
path: /v1/forward
|
||||
connect-timeout-ms: 8000
|
||||
# wait_reply 时服务端会等多条 Bot 回复,宜适当加大
|
||||
read-timeout-ms: 120000
|
||||
wait-reply: true
|
||||
reply-take-nth: 2
|
||||
# Ollama 大模型服务(监控健康度调试用)
|
||||
ollama:
|
||||
base-url: http://192.168.8.34:11434
|
||||
|
||||
Reference in New Issue
Block a user