From 76304139b8267ecd478a464c0a53ad675f6037cf Mon Sep 17 00:00:00 2001 From: ire <931903008@qq.com> Date: Mon, 10 Feb 2025 14:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-server/src/main/resources/application-dev.yaml | 2 +- yudao-server/src/main/resources/application-local.yaml | 2 +- yudao-server/src/main/resources/application-prod.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yudao-server/src/main/resources/application-dev.yaml b/yudao-server/src/main/resources/application-dev.yaml index 5370bc5cb..e117b7ae2 100644 --- a/yudao-server/src/main/resources/application-dev.yaml +++ b/yudao-server/src/main/resources/application-dev.yaml @@ -282,7 +282,7 @@ llm: # 文生图 text_to_image: http://36.103.199.104:5123/generate-image - check_file_list: http://36.103.199.104:5123/1lm/finetuning/checkpoints?model_name= + check_file_list: http://36.103.199.104:5123/llm/finetuning/checkpoints?model_name= # 知识库向量嵌入 embed: http://36.103.199.104:8123/embed diff --git a/yudao-server/src/main/resources/application-local.yaml b/yudao-server/src/main/resources/application-local.yaml index f33ed6541..1d335df66 100644 --- a/yudao-server/src/main/resources/application-local.yaml +++ b/yudao-server/src/main/resources/application-local.yaml @@ -326,7 +326,7 @@ llm: # 知识库向量嵌入 embed: http://36.103.199.104:8123/embed - check_file_list: http://36.103.199.104:5123/1lm/finetuning/checkpoints?model_name= + check_file_list: http://36.103.199.104:5123/llm/finetuning/checkpoints?model_name= --- #################### iot相关配置 TODO 芋艿:再瞅瞅 #################### diff --git a/yudao-server/src/main/resources/application-prod.yaml b/yudao-server/src/main/resources/application-prod.yaml index 526054b2b..250b88e8e 100644 --- a/yudao-server/src/main/resources/application-prod.yaml +++ b/yudao-server/src/main/resources/application-prod.yaml @@ -326,7 +326,7 @@ llm: # 知识库向量嵌入 embed: http://36.103.199.104:8123/embed - check_file_list: http://36.103.199.104:5123/1lm/finetuning/checkpoints?model_name= + check_file_list: http://36.103.199.104:5123/llm/finetuning/checkpoints?model_name= --- #################### iot相关配置 TODO 芋艿:再瞅瞅 #################### iot: