You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This script is used to start Zep in a Render Cloud environment.
# Check if ZEP_NLP_SERVER_HOSTPORT is set and is non-empty
if [ -z "${ZEP_NLP_SERVER_HOSTPORT}" ]; then
echo "Environment variable ZEP_NLP_SERVER_HOSTPORT is not set. If running on Render.com, please ensure you are passing the NLP server's hostport as an environment variable."