Browse Source

change backup url

luojunhui 4 months ago
parent
commit
3187147ed8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      applications/api/nlp_api.py

+ 1 - 1
applications/api/nlp_api.py

@@ -16,7 +16,7 @@ def similarity_between_title_list(target_title_list: list[str], base_title_list:
     """
 
     url = 'http://61.48.133.26:6060/nlp'
-    url_backup = 'http://61.48.133.26:6061/nlp'
+    url_backup = 'http://192.168.203.4:6060/nlp'
     body = {
         "data": {
             "text_list_a": target_title_list,