Merge pull request 'fix shuguang imageinferurl bugs' (#234) from tzwang/pcm-coordinator:master into master

Former-commit-id: f8b8dfe7c09a6dae1aae4c4515d2207531a74f69
This commit is contained in:
tzwang 2024-06-22 17:36:48 +08:00
commit 7da9c4d240
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)