From 59f8fe1e03468c6f83a5843f0ad31513b81d4e8e Mon Sep 17 00:00:00 2001 From: Liuyang <2746366019@qq.com> Date: Tue, 25 Feb 2025 09:52:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(server):=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E7=94=9F=E5=9B=BE=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将文生图接口地址从相对路径改为绝对路径 - 新地址为: http://36.103.199.248:5123/generate-image --- yudao-server/src/main/resources/application-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-server/src/main/resources/application-dev.yaml b/yudao-server/src/main/resources/application-dev.yaml index c4d000e62..3f57432d7 100644 --- a/yudao-server/src/main/resources/application-dev.yaml +++ b/yudao-server/src/main/resources/application-dev.yaml @@ -280,7 +280,7 @@ llm: # 自动评估 auto_evaluation: /llm-eval # 文生图 - text_to_image: /generate-image + text_to_image: http://36.103.199.248:5123/generate-image # 检查点文件列表 check_file_list: /llm/finetuning/checkpoints?model_name=