linfan 1 year ago
parent
commit
fb2c7404a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.py

+ 1 - 1
config.py

@@ -1484,7 +1484,7 @@ class ProductionConfig(BaseConfig):
     GET_USER_30DayReturnCnt_URL = 'http://longvideoapi-internal.piaoquantv.com/longvideoapi/openapi/user/has30DayReturnCnt?mid='
 
     # tf serving url
-    TF_SERVING_URL = 'http://127.0.0.1:8501/v1/models/deepfm:predict'
+    TF_SERVING_URL = 'http://192.168.205.14:8501/v1/models/deepfm:predict'
 
     # 日志服务配置
     ALIYUN_LOG = {