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

This commit is contained in:
zhangtao 2024-12-29 18:11:58 +08:00
parent 9332cb5a30
commit 1e9ba55193
2 changed files with 35 additions and 0 deletions

View File

@ -206,6 +206,23 @@ llm:
# RAG服务健康检查
rag_health: http://localhost:8123/health
# LLM train and service api
# 训练集列表
dataset_list: http://localhost:8123/api/mgr/datasets/list
# 上传训练集
dataset_create: http://localhost:8123/api/mgr/datasets/create
# 删除训练集
dataset_delete: http://localhost:8123/api/mgr/datasets/
# 训练集标注
annotation_task_list: http://localhost:8123/api/mgr/annotation/task/list
# 标注信息 GET
annotation_task: http://localhost:8123/api/mgr/annotation/task
# 保存标注 POST
annotation_task_save: http://localhost:8123/api/mgr/annotation/task/task-6025001b-692c-44a1-9bc7-2a34bd7c0efe/segment/das-2eedd7bf-3770-4816-a961-b30c446b7a4f/mark
# 大模型列表
models_list: http://localhost:8123/api/models
# 登录
login: http://localhost:8123/login
--- #################### iot相关配置 TODO 芋艿:再瞅瞅 ####################
iot:

View File

@ -255,6 +255,24 @@ llm:
rag_query: http://localhost:8123/query
rag_query_multiple: http://localhost:8123/query_multiple
# LLM train and service api
# 训练集列表
dataset_list: http://localhost:8123/api/mgr/datasets/list
# 上传训练集
dataset_create: http://localhost:8123/api/mgr/datasets/create
# 删除训练集
dataset_delete: http://localhost:8123/api/mgr/datasets/
# 训练集标注
annotation_task_list: http://localhost:8123/api/mgr/annotation/task/list
# 标注信息 GET
annotation_task: http://localhost:8123/api/mgr/annotation/task
# 保存标注 POST
annotation_task_save: http://localhost:8123/api/mgr/annotation/task/task-6025001b-692c-44a1-9bc7-2a34bd7c0efe/segment/das-2eedd7bf-3770-4816-a961-b30c446b7a4f/mark
# 大模型列表
models_list: http://localhost:8123/api/models
# 登录
login: http://localhost:8123/login
--- #################### iot相关配置 TODO 芋艿:再瞅瞅 ####################
iot:
emq: