fix shuguangai imageinferurl api

Former-commit-id: c4a90343088fe8cd23e0019be72563c72ae3c09e
This commit is contained in:
tzwang 2024-06-22 17:33:21 +08:00
parent 47a06945be
commit 13d51e2b81
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ func (s *ShuguangAi) GetImageInferUrl(ctx context.Context, option *option.InferO
}
imageUrl := &collector.ImageInferUrl{
Url: urlResp.Url,
Card: option.ComputeCard,
Card: "dcu",
}
imageUrls = append(imageUrls, imageUrl)