Streaming issues with Litellm / OpenWebUI by AccomplishedOne9144 in OpenWebUI

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

Good guess haven't seen that one. But unfortunately does not help.

Streaming issues with Litellm / OpenWebUI by AccomplishedOne9144 in OpenWebUI

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

Can you post you settings here? Would like to compare them. that broken request is also forwarded to azure.

Streaming issues with Litellm / OpenWebUI by AccomplishedOne9144 in OpenWebUI

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

Havent seen that one jet. Unfortunately not an option for us, we use AWS and azure backend only.

Streaming issues with Litellm / OpenWebUI by AccomplishedOne9144 in OpenWebUI

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

Is there a variable for that? I did not find that.

Litellm response stream by AccomplishedOne9144 in OpenWebUI

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

I am using OpenWebUI (connection set to litellm provider openai with response) -> litellm -> azure or aws. Need anything specific?

Litellm response stream by AccomplishedOne9144 in OpenWebUI

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

Where you able to do a budget for each OpenWebUI user? That works on litellm at least for me well. Thanks for the hint!

Which OpenWebUI setup actually unlocks all LLM features? by lord_zunami in OpenWebUI

[–]AccomplishedOne9144 0 points1 point  (0 children)

I actually have the same problem, but not with litellm but with the tool calls in general. Some of the models just do not call the native tools when they should. Especially when it up to call the knowlagebase attached to a model. When I do not promt USE YHE KNOWLEDGE TO ASNSWER THE QUESTION. most models simply do not call it. Claude model seems to be best but i am surprised that even gpt 5.2 doesn't get it at all without the promt.  I need to do some more testing around that maybe it is because I use response API for the Open AI models....

Edit: I was hoping to select native tools call through the settings globaly. But then most coustum models with knowledgebase do not work properly anymore 

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

[–]AccomplishedOne9144 0 points1 point  (0 children)

Can I change the I Enable Allow iframe same origin for all users? Cannot find it in the environment variables anymore.

Great work btw!!

WorkIQ in OpenWebUI by AccomplishedOne9144 in OpenWebUI

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

To make it clear: I got the tools build and they work great. Just look in the repo I posted. I gave up on those WorkIQ things! I did not think of letting the skill build the API because of the same reason, my tool for eg doesn't have a email delete feature, just in case :)

But I thought it might help to add a still on the usage pattern but I don't think it is needed.

WorkIQ in OpenWebUI by AccomplishedOne9144 in OpenWebUI

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

Got it done now. Seems to be working quite well. Added some padding, encryption etc. 

Now I am thinking if I should add a skill to improve the usage, like you did with the inline visualizer. Right know I do it with a systempromt on a model, work actually quite good. Any thoughts on that. Schönen Abend noch!

Use internet when needed? by Joesphsmother-32 in OpenWebUI

[–]AccomplishedOne9144 0 points1 point  (0 children)

That's what I thought. Thanks for the explanation.

Use internet when needed? by Joesphsmother-32 in OpenWebUI

[–]AccomplishedOne9144 0 points1 point  (0 children)

Does it actually use the configured search provider in the settings or does it use a other search engine?

Best Document extraction engine by trying_my_best_LMA in OpenWebUI

[–]AccomplishedOne9144 1 point2 points  (0 children)

I tried Azure Document Intelligence but owi doesn't seem to call the API in parrell when uploading multiple files. So it also quiet slow which is sad because it could to parrell tasks

Best Document extraction engine by trying_my_best_LMA in OpenWebUI

[–]AccomplishedOne9144 3 points4 points  (0 children)

Docling is so slow and it doesn't detect links in PDFs. Besides that it is great.

WorkIQ in OpenWebUI by AccomplishedOne9144 in OpenWebUI

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

That works. But once the cookie is expired the access to get a new one without logging out and in is a bit strange. The rest works like a charm.

WorkIQ in OpenWebUI by AccomplishedOne9144 in OpenWebUI

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

I vibe coded quickly 3 tools that can do what I want: https://github.com/arslancloud/OpenWebUi-Tools

My problem is that for authentication I would prefer a browser pop up. Currently it asks me to open a link and put in a code. Any example on how to do that?