updated deployinstance logic

This commit is contained in:
tzwang 2024-09-14 11:28:45 +08:00
parent 5153b6a31a
commit c37684548e
1 changed files with 1 additions and 1 deletions

View File

@ -874,7 +874,7 @@ func (s *ShuguangAi) GetInferDeployInstance(ctx context.Context, id string) (*in
var url string var url string
if resp.Data.Status == constants.Running { if resp.Data.Status == constants.Running {
url = resp.Data.ContainerPortInfoList[0].ContentPath url = resp.Data.ContainerPortInfoList[0].AccessUrl
} }
var modelType string var modelType string