Nechba commited on
Commit
48f5e89
·
verified ·
1 Parent(s): e534edd

Update utlis/constant.py

Browse files
Files changed (1) hide show
  1. utlis/constant.py +2 -2
utlis/constant.py CHANGED
@@ -12,8 +12,8 @@ REDIS_CONNECTION = redis.Redis(
12
 
13
  # IP_WEB_SERVER = "https://f564-196-65-150-53.ngrok-free.app"
14
  # IP_MODEL_SERVER = "https://fluffy-mole-81.telebit.io"
15
- IP_WEB_SERVER = "https://96b9-196-74-168-63.ngrok-free.app"
16
- IP_MODEL_SERVER = "https://soq5xb-ip-196-74-168-63.tunnelmole.net"
17
  EMBEDDING_MODELS_API = IP_MODEL_SERVER+"/models_&_sizes"
18
  SERVICES_API = IP_WEB_SERVER+"/services/"
19
  ADD_SERVICES_API = IP_WEB_SERVER+"/add_services"
 
12
 
13
  # IP_WEB_SERVER = "https://f564-196-65-150-53.ngrok-free.app"
14
  # IP_MODEL_SERVER = "https://fluffy-mole-81.telebit.io"
15
+ IP_WEB_SERVER = "https://7646-196-64-211-141.ngrok-free.app"
16
+ IP_MODEL_SERVER = "https://xhcwo8-ip-196-64-211-141.tunnelmole.net"
17
  EMBEDDING_MODELS_API = IP_MODEL_SERVER+"/models_&_sizes"
18
  SERVICES_API = IP_WEB_SERVER+"/services/"
19
  ADD_SERVICES_API = IP_WEB_SERVER+"/add_services"