From c37684548edb0ecb9bfc5d26a625f31aa4007dad Mon Sep 17 00:00:00 2001 From: tzwang Date: Sat, 14 Sep 2024 11:28:45 +0800 Subject: [PATCH] updated deployinstance logic --- internal/storeLink/shuguangai.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/storeLink/shuguangai.go b/internal/storeLink/shuguangai.go index 809441d8..429f772d 100644 --- a/internal/storeLink/shuguangai.go +++ b/internal/storeLink/shuguangai.go @@ -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