Update .gitlab-ci.yml

This commit is contained in:
Russell Ballestrini 2025-05-23 18:07:55 +00:00
parent 3f89fe4bfd
commit 0420769752

View file

@ -61,11 +61,9 @@ deploy:
WorkingDirectory=${BACKEND_APP_DIR}
Environment="PATH=${BACKEND_VENV_DIR}/bin"
Environment="MODEL_ENDPOINT_1=https://hermes.ai.unturf.com/v1"
Environment="MODEL_ENDPOINT_2=https://node2.naptha.ai/inference"
Environment="MODEL_ENDPOINT_3=https://node3.naptha.ai/inference"
Environment="MODEL_ENDPOINT_2=https://hermes2.ai.unturf.com/v1"
Environment="MODEL_API_KEY_1=${MODEL_API_KEY_1:-not-needed}"
Environment="MODEL_API_KEY_2=${MODEL_API_KEY_2:-not-needed}"
Environment="MODEL_API_KEY_3=${MODEL_API_KEY_3:-not-needed}"
ExecStart=${BACKEND_VENV_DIR}/bin/uwsgi \\
--master \\
--enable-threads \\