fix shuguangai imageinferurl api
Former-commit-id: c4a90343088fe8cd23e0019be72563c72ae3c09e
This commit is contained in:
parent
47a06945be
commit
13d51e2b81
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue