Compare commits
2 Commits
7da5bb63ca
...
46e4691fb9
Author | SHA1 | Date |
---|---|---|
tzwang | 46e4691fb9 | |
tzwang | c37684548e |
|
@ -874,7 +874,7 @@ func (s *ShuguangAi) GetInferDeployInstance(ctx context.Context, id string) (*in
|
|||
|
||||
var url string
|
||||
if resp.Data.Status == constants.Running {
|
||||
url = resp.Data.ContainerPortInfoList[0].ContentPath
|
||||
url = resp.Data.ContainerPortInfoList[0].AccessUrl
|
||||
}
|
||||
|
||||
var modelType string
|
||||
|
|
Loading…
Reference in New Issue