Merge pull request 'fix shuguang imageinferurl bugs' (#234) from tzwang/pcm-coordinator:master into master
Former-commit-id: f8b8dfe7c09a6dae1aae4c4515d2207531a74f69
This commit is contained in:
commit
7da9c4d240
|
@ -745,7 +745,7 @@ func (s *ShuguangAi) GetImageInferUrl(ctx context.Context, option *option.InferO
|
||||||
}
|
}
|
||||||
imageUrl := &collector.ImageInferUrl{
|
imageUrl := &collector.ImageInferUrl{
|
||||||
Url: urlResp.Url,
|
Url: urlResp.Url,
|
||||||
Card: option.ComputeCard,
|
Card: "dcu",
|
||||||
}
|
}
|
||||||
imageUrls = append(imageUrls, imageUrl)
|
imageUrls = append(imageUrls, imageUrl)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue