Compare commits

...

2 Commits

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
if resp.Data.Status == constants.Running {
url = resp.Data.ContainerPortInfoList[0].ContentPath
url = resp.Data.ContainerPortInfoList[0].AccessUrl
}
var modelType string