From 840f8003b7c75b0ce678fa04991951798f1eaa53 Mon Sep 17 00:00:00 2001 From: sunxiqing <2240398334@qq.com> Date: Wed, 5 Mar 2025 16:45:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(server):=20=E6=B7=BB=E5=8A=A0=E5=9F=BA?= =?UTF-8?q?=E5=BA=A7=E6=A8=A1=E5=9E=8B=E7=8A=B6=E6=80=81=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在 application-ymx.yaml 文件中添加了基座模型状态的 API 接口配置,用于获取基座模型的部署列表信息。 --- yudao-server/src/main/resources/application-ymx.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yudao-server/src/main/resources/application-ymx.yaml b/yudao-server/src/main/resources/application-ymx.yaml index 23e52b721..2e5598131 100644 --- a/yudao-server/src/main/resources/application-ymx.yaml +++ b/yudao-server/src/main/resources/application-ymx.yaml @@ -328,6 +328,8 @@ llm: check_file_list: /llm/finetuning/checkpoints?model_name= # 模型调优停止 POST stop_finetuning: /llm/finetuning/stop + # 基座模型状态 POST + base_model_status: http://127.0.0.1:5123/llm/deploy/list #################### 30000: 大模型对话相关API。 ################### #### 大模型对话