Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3cc25cd83e
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user