|
Hi. When the pipe switched to the thin runner + dependency to repo, I took the habit of restarting owui after bumping the version in the function because otherwise not everything was refreshed. Is this still worth doing? |
Answered by
rbb-dev
May 9, 2026
Replies: 2 comments 2 replies
|
@nahoj Yes, for now, this is still a requirement. |
1 reply
|
@nahoj Yes, I saw your post. Your investigation was clever, great work! |
1 reply
Answer selected by
nahoj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@nahoj
The file
open_webui_openrouter_pipe.pyserves as the package entry point.Users should be loading the bundles.
Yes, I saw your post. Your investigation was clever, great work!
I made some modifications to allow upgrades at any time so that running sessions won't be affected and can finish correctly.
I've implemented it in v2.5.3
Thank you for the idea!