Skip to content

Commit

Permalink
Merge branch 'release/1.0' of https://github.com/OpenLLM-France/open-…
Browse files Browse the repository at this point in the history
…webui into release/1.0
  • Loading branch information
EnjoyBacon7 committed Jan 17, 2025
2 parents 6800f9a + 31f24fd commit 38a6331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ if [ -n "$SPACE_ID" ]; then
export WEBUI_URL=${SPACE_HOST}
fi

WEBUI_SECRET_KEY="$WEBUI_SECRET_KEY" exec uvicorn open_webui.main:app --host "$HOST" --port "$PORT" --forwarded-allow-ips '*' --reload
WEBUI_SECRET_KEY="$WEBUI_SECRET_KEY" exec uvicorn open_webui.main:app --host "$HOST" --port "$PORT" --forwarded-allow-ips '*'

0 comments on commit 38a6331

Please sign in to comment.