Spaces:
Sleeping
Sleeping
Update utlis/constant.py
Browse files- utlis/constant.py +1 -1
utlis/constant.py
CHANGED
@@ -12,7 +12,7 @@ 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://
|
16 |
IP_MODEL_SERVER = "https://to1qcx.tunnel.pyjam.as"
|
17 |
EMBEDDING_MODELS_API = IP_MODEL_SERVER+"/models_&_sizes"
|
18 |
SERVICES_API = IP_WEB_SERVER+"/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://d4dc-197-230-162-89.ngrok-free.app"
|
16 |
IP_MODEL_SERVER = "https://to1qcx.tunnel.pyjam.as"
|
17 |
EMBEDDING_MODELS_API = IP_MODEL_SERVER+"/models_&_sizes"
|
18 |
SERVICES_API = IP_WEB_SERVER+"/services/"
|