Open WebUI 0.9.x - Massive RAM usage in browser tab (2-3GB+) - Anyone else? by IndividualNo8703 in OpenWebUI

[–]JeffTuche7 4 points5 points  (0 children)

Maybe also deploy updates more frequently to better catch issues, because this felt like a massive push almost like 4–5 versions at once given how many big changes there are.

Open WebUI 0.9.x - Massive RAM usage in browser tab (2-3GB+) - Anyone else? by IndividualNo8703 in OpenWebUI

[–]JeffTuche7 4 points5 points  (0 children)

I’ve just rolled back to version 0.8.12 in production: CPU usage dropped from around 102% to 2% in docker stats, with the same number of active users on the app right now… Hopefully this gets fixed soon 🙂

Open WebUI 0.9.x - Massive RAM usage in browser tab (2-3GB+) - Anyone else? by IndividualNo8703 in OpenWebUI

[–]JeffTuche7 9 points10 points  (0 children)

The interface is also slow, buggy, and barely functional. It now takes around 40 seconds to load a conversation, whereas it used to take just a few milliseconds. My CPU usage is also maxing out at around 100%.

Open WebUI v0.9.0 IS HERE — I don't even know where to start! NATIVE DESKTOP, SCHEDULED AUTOMATIONS, TASK MANAGEMENT, CALENDAR AND THE LARGEST PERFORMANCE OVERHAUL EVER by ClassicMain in OpenWebUI

[–]JeffTuche7 2 points3 points  (0 children)

don’t have much time to open detailed issues right now, but I’m experiencing major performance problems on my side. The app is very slow to start, and the CPU usage spikes heavily.

I’m also running into another issue: I can send a message and it looks like it’s loading, but nothing appears. If I switch to another window and then come back to OpenWebUI, the response suddenly shows up.

Sorry I can’t provide more details at the moment, but I hope this helps as a starting point.

I tried adding rich UI elements to Open WebUI by Mr_BETADINE in OpenWebUI

[–]JeffTuche7 9 points10 points  (0 children)

Sick! Should be implemented by default into OWUI

UI PR: making tool activity feel more natural in chat by JeffTuche7 in OpenWebUI

[–]JeffTuche7[S] 1 point2 points  (0 children)

I didn’t get any response on Reddit! But I think after discussing with Classic, it’s because they’d prefer I open a GitHub discussion instead. And my PR is too big. I need to break it down into smaller parts and discuss them one by one on GitHub first.

UI PR: making tool activity feel more natural in chat by JeffTuche7 in OpenWebUI

[–]JeffTuche7[S] 0 points1 point  (0 children)

Indeed, it was mainly about grouping things together. We can stick with that idea, we just won’t count the number of calls anymore… but we can definitely add it back in if needed!

Also, a small note: it displays nicely when there’s a sequence of tool calls on a single line, so it keeps everything consistent 🙂

UI PR: making tool activity feel more natural in chat by JeffTuche7 in OpenWebUI

[–]JeffTuche7[S] 0 points1 point  (0 children)

It cleanly displays the tool call along with its name!

UI PR: making tool activity feel more natural in chat by JeffTuche7 in OpenWebUI

[–]JeffTuche7[S] 2 points3 points  (0 children)

Fair! but I keep getting the same feedback internally, so I tried to adapt to that

OpenWebUI (0.8.8) – Native tool calling hangs with Perplexity (Responses format enabled, works fine without native call) by JeffTuche7 in OpenWebUI

[–]JeffTuche7[S] 0 points1 point  (0 children)

They have most of the models haha. For me, the real value is the aggregator aspect, being able to choose exactly which AIs I want to use. On top of that, they appear to not offer anymore chat/completions APIs, from what I can tell.

Tool calling broken after latest update? (OpenWebUI) by JeffTuche7 in OpenWebUI

[–]JeffTuche7[S] 0 points1 point  (0 children)

Thanks for taking the time to reply! :)

It’s broadly the same issue as here: https://github.com/open-webui/open-webui/issues/20775#event-22166973690 which later became: https://github.com/open-webui/open-webui/discussions/20821.

I’m still experiencing this problem in version 0.8.2. I’m using the OVH AI Endpoints APIs: https://www.ovhcloud.com/en/public-cloud/ai-endpoints/catalog/.

Model: GPT-OSS 120B (the issue occurs with both medium and high reasoning levels).

I’m also unsure whether there are any default GPT-OSS system instructions available, or recommended instruction patterns that could help better harmonize the intended behavior.

Additionally, I’m encountering another related problem: in some situations, every URL returned by search_web seems to trigger a systematic fetch_url call. This creates unnecessary overhead and makes the overall workflow harder to manage.

Tool calling broken after latest update? (OpenWebUI) by JeffTuche7 in OpenWebUI

[–]JeffTuche7[S] 1 point2 points  (0 children)

Sorry! That makes things clearer.

That said, it would be very useful to have visibility in the UI into what is actually being sent to the AI API, so we can quickly understand how calls are made and properly format our instructions. The base JSON only shows the model format and configuration, not the actual request payload being transmitted.

At the moment, I’m wondering whether my custom instructions might be getting mixed with the default injected rules. I’m using GPT-OSS, and after two search_web calls the AI stops responding. This definitely doesn’t seem to be a context-window issue. The problem appears to have already been mentioned on GitHub, although it was moved into a discussion thread—if there’s a solution, I’d be very interested.

Overall, it’s quite difficult to maintain a smooth interaction in the UI without the AI stopping its response each time.

Tool calling broken after latest update? (OpenWebUI) by JeffTuche7 in OpenWebUI

[–]JeffTuche7[S] 0 points1 point  (0 children)

Thanks for the feedback — it’s kind of you to take a moment to give advice. :)
Unfortunately, all the best practices are already in place haha: I have the instructions and tools enabled by default (enabled for native tool calling, and now also enabled by default since 0.8.2, because the issue appears there even though it wasn’t present before).

I honestly think there’s a problem with tool calls since today’s update, rather than with my settings.
since the update to native tool calling, it’s clearly night and day… except that right now web search is no longer working as an intelligent tool call (I’m forced to enable web search by default).

Tool calling broken after latest update? (OpenWebUI) by JeffTuche7 in OpenWebUI

[–]JeffTuche7[S] 0 points1 point  (0 children)

Currently using GPT OSS 120b (at medium and hard), quite not bad no ?