"tests/common/test_process.py" did not exist on "f2634d8608a7b40f5377b3e220458b5da1588bfc"
Commit 889a2fd7 authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

fix: wrong path for space litellm config

parent 2502bd8a
...@@ -37,7 +37,7 @@ if [ -n "$SPACE_ID" ]; then ...@@ -37,7 +37,7 @@ if [ -n "$SPACE_ID" ]; then
# Copy litellm_config.yaml with specified ownership # Copy litellm_config.yaml with specified ownership
echo "Copying litellm_config.yaml to the desired location with specified ownership..." echo "Copying litellm_config.yaml to the desired location with specified ownership..."
cp ./backend/space/litellm_config.yaml ./data/litellm/config.yaml cp -f ./space/litellm_config.yaml ./data/litellm/config.yaml
WEBUI_SECRET_KEY="$WEBUI_SECRET_KEY" uvicorn main:app --host "$HOST" --port "$PORT" --forwarded-allow-ips '*' & WEBUI_SECRET_KEY="$WEBUI_SECRET_KEY" uvicorn main:app --host "$HOST" --port "$PORT" --forwarded-allow-ips '*' &
webui_pid=$! webui_pid=$!
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment