updated deployinstance logic
This commit is contained in:
parent
5153b6a31a
commit
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