Nechba commited on
Commit
e7a8781
1 Parent(s): 0090bd8

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://hya3e2.tunnel.pyjam.as/"
16
- IP_MODEL_SERVER = "https://d145-197-230-162-89.ngrok-free.app"
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://8bb5-196-65-147-132.ngrok-free.app"
16
+ IP_MODEL_SERVER = "https://auppqv-ip-196-65-147-132.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"