优化可灵视频算力配置

This commit is contained in:
RockYang
2025-03-04 16:59:20 +08:00
parent 3958e99e4d
commit 7b9a7475a9
7 changed files with 177 additions and 273 deletions

View File

@@ -519,7 +519,7 @@ func (s *Service) KeLingCreate(task types.VideoTask) (KeLingRespVo, error) {
// 2. 构建API请求参数
payload := map[string]interface{}{
"model": params.Model,
"model_name": params.Model,
"prompt": task.Prompt,
"negative_prompt": params.NegPrompt,
"cfg_scale": params.CfgScale,