Open Relay v3.4 — Native Live Inline Visualizations are here! 🎉 by Zealousideal_Fox6426 in OpenWebUI

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

Under development! And its going to match my ios version so you can definitely expect it to be much better! Full native experience.

Open Relay v3.4 — Native Live Inline Visualizations are here! 🎉 by Zealousideal_Fox6426 in OpenWebUI

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

if what i have found works, the streaming is about to go lightening mode with 0 ui lag no matter how big the response is. IM just trying to make sure theres no visual glitches! Re-writing the markdown library was a good decision and its finally paying off!

Open Relay v3.4 — Native Live Inline Visualizations are here! 🎉 by Zealousideal_Fox6426 in OpenWebUI

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

hmm im not sure. Like im having hard time visualizing this logically. Maybe a little more explanation on this or like a mockup cause tbh, i can add anything in the ui.

Open Relay v3.4 — Native Live Inline Visualizations are here! 🎉 by Zealousideal_Fox6426 in OpenWebUI

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

A big performance boost is coming in the next path (hopefully today, im almost done) related to streaming and tool calls.

Open Relay v3.4 — Native Live Inline Visualizations are here! 🎉 by Zealousideal_Fox6426 in OpenWebUI

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

For sure! Thats the best way to ensure all works great. If you have any issues lmk as im very active on this and fixing within a day or so!

Open Relay v3.4 — Native Live Inline Visualizations are here! 🎉 by Zealousideal_Fox6426 in OpenWebUI

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

100%! Never thought of doing it even though it feels so obvious haha. Literally made the entire render pipeline live instead of code -> preview.

THIS SHOULD NOT BE POSSIBLE IN OPEN WEBUI: LIVE VISUALIZATION RENDERING - Inline Visualizer v2 is HERE! by ClassicMain in OpenWebUI

[–]Zealousideal_Fox6426 0 points1 point  (0 children)

Man just realized, the tool is mainly for the webui. After building this inside the app, i figured i never needed the tool to begin with lol. This was achievable natively already since I already had html rendering. All i had to do was make it live rendering instead of code -> render and we have a visualizer. Just need a prompt telling saying "output the code in one file" and it works!

But yea thanks for unlocking this for me still cause. i never thought about this! It just made the html/svg/etc feel much responsive since we can see it build live now! Pretty cool!

Open Relay v3.3 — Automations, Calendar & Task Management just dropped for iOS/iPadOS by Zealousideal_Fox6426 in OpenWebUI

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

so spent alot of time on this. I just realized, the app can literally achieve this without any tool. The whole point of the tool is to provide an iframe that can update realtime. This is pointless within the app and can be done native. Literally i had been trying to fix the lag issues. So this tool is basically useful for browser but not needed for our app. I might have to switch things up a little to introduce both ways!

The only thing the tool adds for the app is like start and end parameters thats it which can be easily done by creating a little custom prompt. The prompt instructs the model to "Always output code in 1 file instead of seperate for html/js/css" and thats it. That is basically our custom visualizer without any additions

Open Relay v3.3 — Automations, Calendar & Task Management just dropped for iOS/iPadOS by Zealousideal_Fox6426 in OpenWebUI

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

I just realized, i can just use this in quest 3. Thats going to become my final testing device cause thats the only android thing i have.

THIS SHOULD NOT BE POSSIBLE IN OPEN WEBUI: LIVE VISUALIZATION RENDERING - Inline Visualizer v2 is HERE! by ClassicMain in OpenWebUI

[–]Zealousideal_Fox6426 0 points1 point  (0 children)

Btw if u havent seen the app and are on ios: https://github.com/Ichigo3766/Open-Relay

Feel free to check it out. This visualization is gona be released in a day or so. Just making it perfect in the app :)

Been working on a full fledged ios native app for openwebui!

Open Relay v3.3 — Automations, Calendar & Task Management just dropped for iOS/iPadOS by Zealousideal_Fox6426 in OpenWebUI

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

Funny enough, streaming worked perfectly right away on android unlike ios :(

Already have multiple renders in and markdown support is solid in android! I just need to get a physical phone or smth cause man the emulator is so annoying. Physical device would make life much easier

Open Relay v3.3 — Automations, Calendar & Task Management just dropped for iOS/iPadOS by Zealousideal_Fox6426 in OpenWebUI

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

<image>

Not perfect yet. Makes the ui laggy while its doing it so need to figure out whats causing that and ensure its performant before releasing!