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
The llama_cpp.server can encounter an issue serving /docs when run behind a proxy. This is documented by fastapi here. Is it currently possible to configure the server to update the root_path via the server cli ? I did not see anything in the documentation or cli help info. If not, would it be possible to add this functionality, such as a --root_path option ?