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

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

View File

@ -207,21 +207,21 @@ llm:
rag_health: http://localhost:8123/health
# LLM train and service api
# 训练集列表
# 训练集列表 GET
dataset_list: http://localhost:8123/api/mgr/datasets/list
# 上传训练集
# 上传训练集 POST
dataset_create: http://localhost:8123/api/mgr/datasets/create
# 删除训练集
# 删除训练集 DELETE
dataset_delete: http://localhost:8123/api/mgr/datasets/
# 训练集标注
# 训练集标注 GET
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
# 大模型列表
# 大模型列表 GET
models_list: http://localhost:8123/api/models
# 登录
# 登录 POST
login: http://localhost:8123/login
--- #################### iot相关配置 TODO 芋艿:再瞅瞅 ####################

View File

@ -256,21 +256,21 @@ llm:
rag_query_multiple: http://localhost:8123/query_multiple
# LLM train and service api
# 训练集列表
# 训练集列表 GET
dataset_list: http://localhost:8123/api/mgr/datasets/list
# 上传训练集
# 上传训练集 POST
dataset_create: http://localhost:8123/api/mgr/datasets/create
# 删除训练集
# 删除训练集 DELETE
dataset_delete: http://localhost:8123/api/mgr/datasets/
# 训练集标注
# 训练集标注 GET
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
# 大模型列表
# 大模型列表 GET
models_list: http://localhost:8123/api/models
# 登录
# 登录 POST
login: http://localhost:8123/login
--- #################### iot相关配置 TODO 芋艿:再瞅瞅 ####################