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
Improve --url-prefix handling with trailing slash normalization and redirect
- Normalize --url-prefix by stripping trailing slashes (so "/" becomes ""
and "/llm/" becomes "/llm")
- Add send_redirect() method for HTTP redirects
- Redirect requests to prefix without trailing slash (e.g., /llm -> /llm/)
- Reject prefix collisions (e.g., /llmfoo when prefix is /llm)
- Update man page example to use /llm instead of /lamafiler
0 commit comments