增加LLM 后端服务API配置信息
This commit is contained in:
parent
022f86ae54
commit
d6026a78b3
@ -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:
|
||||
|
@ -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 芋艿:再瞅瞅 ####################
|
||||
|
Loading…
x
Reference in New Issue
Block a user