增加LLM 后端服务API配置信息

This commit is contained in:
zhangtao 2024-12-29 17:32:18 +08:00
parent 022f86ae54
commit d6026a78b3
2 changed files with 8 additions and 1 deletions

View File

@ -200,6 +200,12 @@ justauth:
prefix: 'social_auth_state:' # 缓存前缀,目前只对 Redis 缓存生效,默认 JUSTAUTH::STATE::
timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟
--- #################### 大模型训练相关配置 ###################
llm:
backend:
# RAG服务健康检查
rag_health: http://localhost:8123/health
--- #################### iot相关配置 TODO 芋艿:再瞅瞅 ####################
iot:

View File

@ -243,9 +243,10 @@ justauth:
prefix: 'social_auth_state:' # 缓存前缀,目前只对 Redis 缓存生效,默认 JUSTAUTH::STATE::
timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟
--- #################### 大模型训练相关配置 ###################
llm:
backend:
# 健康检查
# RAG服务健康检查
rag_health: http://localhost:8123/health
--- #################### iot相关配置 TODO 芋艿:再瞅瞅 ####################