refactor(yudao-server): 更新文生图服务地址
-将 text_to_image 字段的值从相对路径改为绝对 URL - 新地址为 http://36.103.199.248:5123/generate-image
This commit is contained in:
parent
59f8fe1e03
commit
28edd140a4
@ -323,7 +323,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=
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user