Merge remote-tracking branch 'origin/master'

This commit is contained in:
ire 2024-12-30 20:44:02 +08:00
commit 3cc25cd83e
2 changed files with 14 additions and 2 deletions

View File

@ -237,6 +237,12 @@ llm:
# 登录 POST
login: http://localhost:8123/login
#### 大模型对话
# 模型列表 GET
model_list: http://api.xhllm.xinnuojinzhi.com/model/v1/models
# 模型对话 POST
model_completions: http://api.xhllm.xinnuojinzhi.com/model/v1/chat/completions
--- #################### iot相关配置 TODO 芋艿:再瞅瞅 ####################
iot:
emq:

View File

@ -246,7 +246,7 @@ justauth:
--- #################### 大模型训练相关配置 ###################
llm:
backend:
# RAG服务
#### RAG服务
#RAG健康检查 GET
rag_health: http://localhost:8123/health
#上传并向量化 POST
@ -262,7 +262,7 @@ llm:
#支持多个文件id查询向量 GET
rag_query_multiple: http://localhost:8123/query_multiple
# LLM train and service api
#### LLM train and service api
# 训练集列表 GET
dataset_list: http://localhost:8123/api/mgr/datasets/list
# 上传训练集 POST
@ -280,6 +280,12 @@ llm:
# 登录 POST
login: http://localhost:8123/login
#### 大模型对话
# 模型列表 GET
model_list: http://api.xhllm.xinnuojinzhi.com/model/v1/models
# 模型对话 POST
model_completions: http://api.xhllm.xinnuojinzhi.com/model/v1/chat/completions
--- #################### iot相关配置 TODO 芋艿:再瞅瞅 ####################
iot:
emq: