mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix: wrong path for space litellm config
This commit is contained in:
parent
2502bd8aeb
commit
889a2fd77e
@ -37,7 +37,7 @@ if [ -n "$SPACE_ID" ]; then
|
||||
|
||||
# Copy litellm_config.yaml 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_pid=$!
|
||||
|
Loading…
Reference in New Issue
Block a user